dgraph 0.2.0

A rust client for Dgraph database
Documentation
1
2
3
4
5
6
7
8
9
10
# Todos

- [ ] Add integration tests and add related docs
- [ ] Fix jwt implementation and add related docs
- [ ] Adding pooling? Is it even required?
- [ ] Polish docs
- [x] Add drop trait to Txn to discard transaction
- [ ] Custom Errors with failure crate.
- [ ] Use Cow or interned strings?
- [ ] Use query builder for type safety?