A Cassandra Native Protocol 3 implementation using Tokio for IO.
Usage
Add this to your Cargo.toml
[]
= "*"
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