dgraph-tonic 0.11.0

A rust async/sync client for Dgraph database build with Tonic crate
Documentation
1
2
3
4
5
mod client;
mod dgraph;

pub use crate::errors::client::Error as ClientError;
pub use crate::errors::dgraph::Error as DgraphError;