10 releases

0.3.7 Jun 28, 2024
0.3.6 Jun 28, 2024
0.3.5 May 22, 2024
0.3.4 Dec 22, 2023
0.1.0 Jun 13, 2023

#14 in #rlp

Download history 44291/week @ 2024-04-03 19611/week @ 2024-04-10 18803/week @ 2024-04-17 18530/week @ 2024-04-24 18686/week @ 2024-05-01 19432/week @ 2024-05-08 18506/week @ 2024-05-15 18451/week @ 2024-05-22 17563/week @ 2024-05-29 18439/week @ 2024-06-05 20332/week @ 2024-06-12 22948/week @ 2024-06-19 23172/week @ 2024-06-26 21813/week @ 2024-07-03 26409/week @ 2024-07-10 21974/week @ 2024-07-17

97,755 downloads per month
Used in 94 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

~280–730KB
~17K SLoC