8 releases
1.0.0-beta.2 | Dec 22, 2022 |
---|---|
0.7.1 | Aug 23, 2024 |
0.6.0 | Aug 14, 2024 |
0.5.4 | May 31, 2024 |
0.5.1 | Jan 17, 2023 |
#8 in #ssz
15,878 downloads per month
Used in 13 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
~43K SLoC