vecgraph-proto 0.1.1

Protobuf definitions for vecgraph's gRPC API.
Documentation
1
2
3
4
5
6
7
8
9
10
// vecgraph-proto/src/lib.rs

mod traits;

pub mod proto {
    tonic::include_proto!("graphstorepb");
}

pub use proto::*;
pub use traits::*;