cql-rust

Crates.iocql-rust
lib.rscql-rust
version0.0.3
sourcesrc
created_at2014-11-20 20:17:27.605655
updated_at2015-12-11 23:58:10.571132
descriptionDriver for the Cassandra CQL Binary Protocol v2
homepage
repositoryhttps://github.com/iterion/cql-rust
max_upload_size
id140
size12,602
crates (github:nyantec:crates)

documentation

README

Build Status

Rust Cassandra Client

This crate is currently using version 2 of the CQL native protocol. I was initially inspired by rust-cql, and the initial commit was much closer to the library but updated for v0.12.0 of Rust. The design of rust-postgres also influenced some of my decisions.

To Do

  • TCP Connection
    • Without Authentication
    • With Authentication
  • Querying
    • Execute Queries
    • Retrieve result rows
  • Error Responses
  • Request/Response Compression
  • A lot more...
Commit count: 16

cargo fmt