eth2_serde_utils 0.1.0

Serialization and deserialization utilities useful for JSON representations of Ethereum 2.0 types.
Documentation
1
2
3
4
5
6
7
8
9
mod quoted_int;

pub mod bytes_4_hex;
pub mod hex;
pub mod quoted_u64_vec;
pub mod u32_hex;
pub mod u8_hex;

pub use quoted_int::{quoted_u32, quoted_u64, quoted_u8};