7 releases

0.3.4 Dec 22, 2023
0.3.3 Sep 23, 2023
0.3.2 Jul 26, 2023
0.2.0 Jun 23, 2023
0.1.0 Jun 13, 2023

#21 in #rlp

Download history 11841/week @ 2023-12-23 16717/week @ 2023-12-30 25858/week @ 2024-01-06 31615/week @ 2024-01-13 31843/week @ 2024-01-20 30424/week @ 2024-01-27 29146/week @ 2024-02-03 31166/week @ 2024-02-10 41734/week @ 2024-02-17 38385/week @ 2024-02-24 32964/week @ 2024-03-02 36934/week @ 2024-03-09 35408/week @ 2024-03-16 34140/week @ 2024-03-23 46861/week @ 2024-03-30 24590/week @ 2024-04-06

147,674 downloads per month
Used in 26 crates (2 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

~340–800KB
~19K SLoC