1 unstable release
Uses old Rust 2015
0.0.0 | Feb 4, 2017 |
---|
#52 in #cassandra
2KB
A Cassandra Native Protocol 3 implementation using Tokio for IO.
Usage
Add this to your Cargo.toml
[dependencies]
tokio-cassandra = "*"
Add this to your lib ...
extern crate tokio_cassandra;
Goals
- implement cassandra v3 protocol leveraging the tokio ecosystem to the fullest
- leave it flexible enough to easily provide support for protocol version 4