Expand description
cdrs is a native Cassandra DB client written in Rust.
Modules§
- compression
- CDRS support traffic decompression as it is described in Apache Cassandra protocol
- consistency
- The module contains Rust representation of Cassandra consistency levels.
- error
- frame
- framemodule contains general Frame functionality.
- macros
- query
- types
Macros§
- as_res_ opt 
- as_rust_ type 
- Decodes any Cassandra data type into the corresponding Rust type,
given the column type as ColTypeOptionand the value asCBytesplus the matching Rust type.
- builder_opt_ field 
- into_rust_ by_ index 
- into_rust_ by_ name 
- list_as_ rust 
- map_as_ rust 
- query_values