8 releases

new 0.3.5 May 22, 2024
0.3.4 Dec 22, 2023
0.3.3 Sep 23, 2023
0.3.2 Jul 26, 2023
0.1.0 Jun 13, 2023

#15 in #rlp

Download history 29396/week @ 2024-02-02 29743/week @ 2024-02-09 40826/week @ 2024-02-16 39307/week @ 2024-02-23 33817/week @ 2024-03-01 35050/week @ 2024-03-08 36475/week @ 2024-03-15 36289/week @ 2024-03-22 42273/week @ 2024-03-29 32440/week @ 2024-04-05 19411/week @ 2024-04-12 18480/week @ 2024-04-19 18094/week @ 2024-04-26 19577/week @ 2024-05-03 19365/week @ 2024-05-10 15304/week @ 2024-05-17

75,665 downloads per month
Used in 28 crates (3 directly)

MIT/Apache

19KB
408 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

~290–740KB
~18K SLoC