tarantool-rs
- Asyncronous Tokio-based client for Tarantool (WIP)

tarantool-rs
- asyncronous Tokio-based client for Tarantool.
For examples of how to use this crate check examples/
folder.
Features
- [x] authorization
- [x] evaluating Lua expressions
- [x] remote function calling
- [x] CRUD operations
- [x] transaction control (begin/commit/rollback)
- [x] reconnection in background
- [ ] SQL requests
- [ ] chunked responses
- [ ] watchers and events
- [ ] connection pooling
- [ ] automatic schema fetching and reloading
- [ ] graceful shutdown protocol support
- [ ] pre Tarantool 2.10 versions support
- [ ] customizable connection features (streams/watchers/mvcc)
- [ ] ...