cql-rust 0.0.3

Driver for the Cassandra CQL Binary Protocol v2
docs.rs failed to build cql-rust-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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...