Expand description
cdrs is a native Cassandra DB client written in Rust.
Modules§
- CDRS support traffic decompression as it is described in Apache Cassandra protocol
- The module contains Rust representation of Cassandra consistency levels.
frame
module contains general Frame functionality.- This module contains a declaration of
CDRSTransport
trait which should be implemented for particular transport in order to be able using it as a trasport of CDRS client.