selmeci / dgraph-tonic

Async/Sync gRPC client for Dgraph DB
MIT License
83 stars 8 forks source link

Remove failure dependency + future-proof errors #20

Closed theduke closed 4 years ago

theduke commented 4 years ago

Removes failure and implements std::error::Error by hand.

Also future-proofs the error enums by adding #[non_exhaustive].

Note that this is obviously a breaking change and will require a version bump.

Fixes #19

theduke commented 4 years ago

Not ready yet, will reopen.