Expand description
cdrs is a native Cassandra DB client written in Rust.
Modules§
- authenticators
- cluster
- compression
- CDRS support traffic decompression as it is described in Apache Cassandra protocol
- consistency
- The module contains Rust representation of Cassandra consistency levels.
- error
- events
- frame
frame
module contains general Frame functionality.- load_
balancing - macros
- query
- transport
- 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. - types