12 releases

new 0.3.9 Oct 23, 2024
0.3.7 Jun 28, 2024
0.3.4 Dec 22, 2023
0.3.3 Sep 23, 2023
0.3.2 Jul 26, 2023

#15 in #rlp

Download history 21813/week @ 2024-07-03 26409/week @ 2024-07-10 26606/week @ 2024-07-17 26446/week @ 2024-07-24 27033/week @ 2024-07-31 31518/week @ 2024-08-07 32381/week @ 2024-08-14 32149/week @ 2024-08-21 33745/week @ 2024-08-28 40541/week @ 2024-09-04 34639/week @ 2024-09-11 38572/week @ 2024-09-18 39545/week @ 2024-09-25 43534/week @ 2024-10-02 46963/week @ 2024-10-09 50014/week @ 2024-10-16

187,540 downloads per month
Used in 170 crates (4 directly)

MIT/Apache

20KB
406 lines

alloy-rlp-derive

This crate provides derive macros for traits defined in alloy-rlp. See that crate's documentation for more information.

This library also supports up to 1 #[rlp(default)] in a struct, which is similar to #[serde(default)] with the caveat that we use the Default value if the field deserialization fails, as we don't serialize field names and there is no way to tell if it is present or not.

Dependencies

~260–710KB
~17K SLoC