peam-ssz 2.0.1

Minimal performance-focused SSZ encoding, decoding, and merkleization crate extracted from Peam
Documentation
1
2
3
4
5
6
7
//! Reusable SSZ types built on top of the core traits.
pub mod beacon;
pub mod bitlist;
pub mod bytes;
pub mod collections;
pub mod container;
pub mod progressive;