alloy-rlp-derive

Crates.ioalloy-rlp-derive
lib.rsalloy-rlp-derive
version0.3.7
sourcesrc
created_at2023-06-13 02:30:01.352349
updated_at2024-06-28 23:42:51.614582
descriptionDerive macros for alloy-rlp
homepagehttps://github.com/alloy-rs/rlp/tree/main/crates/rlp-derive
repositoryhttps://github.com/alloy-rs/rlp
max_upload_size
id888614
size18,921
core (github:alloy-rs:core)

documentation

README

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.

Commit count: 46

cargo fmt