[][src]Crate cassandra_proto

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 as CBytes plus the matching Rust type.

builder_opt_field
into_rust_by_index
into_rust_by_name
list_as_rust
map_as_rust
query_values

Type Definitions

Error
Result