graphd 0.1.0

Cypher-over-WebSocket/HTTP server for embedded graph databases
Documentation
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    prost_build::Config::new()
        .out_dir("src/")
        .compile_protos(&["proto/strana.proto"], &["proto/"])?;
    Ok(())
}