brandon 0.1.0

Standalone Rust toolkit for Ethereum ERA/ERA1 files — read, write, verify, convert
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod convert;
pub mod error;
pub mod format;
pub mod fs;
pub mod read;
pub mod verify;
pub mod write;

pub use read::{
    Block, Era1Block, EraBlock, EraBlockReader, EraFormat, EraRandomReader, EraReader,
    SlotLookupError, TypedEntry,
};