alloy-rlp-derive

Crates.ioalloy-rlp-derive
lib.rsalloy-rlp-derive
version
sourcesrc
created_at2023-06-13 02:30:01.352349
updated_at2024-10-23 15:31:58.379399
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
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 56

cargo fmt