9 unstable releases (3 breaking)
1.0.0-beta.2 | Dec 22, 2022 |
---|---|
0.8.0 | Sep 20, 2024 |
0.7.1 | Aug 23, 2024 |
0.6.0 | Aug 14, 2024 |
0.5.1 | Jan 17, 2023 |
#9 in #ssz
26,360 downloads per month
Used in 14 crates
(9 directly)
24KB
487 lines
ethereum_ssz
SimpleSerialize (SSZ) implementation optimised for speed and security.
Maintained by Sigma Prime for use in Lighthouse, with an eye to being useful in the Rust Ethereum ecosystem more broadly. We welcome new contributors!
Please see the docs for more information.
lib.rs
:
Provides procedural derive macros for the Encode
and Decode
traits of the eth2_ssz
crate.
Supports field attributes, see each derive macro for more information.
Dependencies
~2MB
~44K SLoC