#cassandra #tokio #driver #async-io #general

tokio-cassandra

Cassandra Protocol 3 Driver using Tokio

1 unstable release

Uses old Rust 2015

0.0.0 Feb 4, 2017

#52 in #cassandra

MIT license

2KB

Build Status linux+osx crates.io version

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

No runtime deps