8 releases (breaking)
0.9.0 | Jul 8, 2023 |
---|---|
0.8.0 | Apr 11, 2023 |
0.7.0 | Nov 5, 2021 |
0.6.0 | Nov 5, 2021 |
0.1.0 | Oct 28, 2021 |
#14 in #ssz
134,239 downloads per month
Used in 19 crates
(2 directly)
26KB
500 lines
ssz_rs_derive
A proc macro that derives the SimpleSerialize
trait.
lib.rs
:
SimpleSerialize
provides a macro to derive SSZ containers and union types from
native Rust structs and enums.
Refer to the examples
in the ssz_rs
crate for a better idea on how to use this derive macro.
Dependencies
~1.5MB
~36K SLoC