brandon 0.1.0

Standalone Rust toolkit for Ethereum ERA/ERA1 files — read, write, verify, convert
Documentation
1
2
3
4
5
mod cli;

fn main() -> anyhow::Result<()> {
    cli::run()
}