13 releases

new 0.3.10 Dec 6, 2024
0.3.9 Oct 23, 2024
0.3.8 Aug 5, 2024
0.3.7 Jun 28, 2024
0.3.2 Jul 26, 2023

#17 in #rlp

Download history 33643/week @ 2024-08-23 35051/week @ 2024-08-30 38282/week @ 2024-09-06 36213/week @ 2024-09-13 40776/week @ 2024-09-20 37850/week @ 2024-09-27 48235/week @ 2024-10-04 45625/week @ 2024-10-11 53305/week @ 2024-10-18 54526/week @ 2024-10-25 44087/week @ 2024-11-01 41182/week @ 2024-11-08 40370/week @ 2024-11-15 45759/week @ 2024-11-22 54759/week @ 2024-11-29 50337/week @ 2024-12-06

197,833 downloads per month
Used in 208 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

~215–650KB
~16K SLoC