brandon 0.1.0

Standalone Rust toolkit for Ethereum ERA/ERA1 files — read, write, verify, convert
Documentation
1
2
3
4
5
6
pub mod e2store;
pub mod era;
pub mod era1;
pub mod types;

pub use e2store::{Entry, Header};