rustbond 0.1.0

A Rust implementation of the MetalBond route distribution protocol
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    prost_build::compile_protos(&["proto/metalbond.proto"], &["proto/"])?;
    Ok(())
}