Dgraph client in rust

Hi,

I started a client for dgraph in rust using grpc.
The code is hosted on github.
And I port the sample in go (review welcome)

But as I’m new to dgraph and rust, I guess lot of improvement are possible (comment, PR,… are welcome)

1 Like

Hey @davidB

Thanks for the Rust client. We have some integration tests that are used by the Go, Java and Javascript client. Could you integrate them as well? Once you integrate them we could create an official repo for Rust and merge your changes into it.

Upsert
Transactions
Bank

I’m needing to create a rust client as well. How is this progressing? Would like to take in charge of maintaining if not being maintained.

Hi, you’re rigth I didn’t take lot of care of the crates.
PR, collaborators are welcome (and maybe ,later, transfert of the ownership)