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
frame
module 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
ColTypeOption
and the value asCBytes
plus the matching Rust type. - builder_
opt_ field - into_
rust_ by_ index - into_
rust_ by_ name - list_
as_ rust - map_
as_ rust - query_
values