11 unstable releases (3 breaking)
1.0.0-beta.2 | Dec 22, 2022 |
---|---|
0.8.2 | Jan 6, 2025 |
0.8.1 | Dec 5, 2024 |
0.8.0 | Sep 20, 2024 |
0.5.2 | Mar 13, 2023 |
#9 in #ssz
40,325 downloads per month
Used in 17 crates
(10 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
~45K SLoC