graph_loom 1.9.1

Interactive Graph Structure Utility
Documentation
1
2
3
4
5
fn main() -> Result<(), Box<dyn std::error::Error>> {
    #[cfg(feature = "api")]
    tonic_build::compile_protos("proto/graph_loom.proto")?;
    Ok(())
}