hashgraph-like-consensus 0.1.1

A lightweight Rust library for making binary decisions in networks using hashgraph-style consensus
Documentation
1
2
3
4
5
6
7
fn main() -> Result<(), std::io::Error> {
    prost_build::compile_protos(
        &["src/protos/messages/v1/consensus.proto"],
        &["src/protos/"],
    )?;
    Ok(())
}