dgraph-tonic 0.1.0

A rust async client for dGraph database build with Tonic crate
docs.rs failed to build dgraph-tonic-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: dgraph-tonic-0.11.0

dGraph-tonic gRPC client

This is gRPC client implemented with Tonic.

It support async and also sync client.

Only dGraph version 1.0.x is now supported.

TODO:

  • tests
  • documentation
  • examples