14 releases
new 0.3.11 | Jan 16, 2025 |
---|---|
0.3.10 | Dec 6, 2024 |
0.3.9 | Oct 23, 2024 |
0.3.7 | Jun 28, 2024 |
0.3.2 | Jul 26, 2023 |
#17 in #rlp
189,767 downloads per month
Used in 235 crates
(4 directly)
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
~15K SLoC