tokio-cassandra 0.0.0

Cassandra Protocol 3 Driver using Tokio
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 958.13 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Byron nhellwig

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