Crate cdrs [] [src]

cdrs is a native Cassandra DB client written in Rust. It's under a hard development as of now.

Modules

authenticators
client

The modules which contains CDRS Cassandra client.

compression
consistency

The module contains Rust representation of Cassandra consistency levels.

error
frame

frame module contains general Frame functionality.

types

Traits

AsByte

AsBytes should be used to convert a value into a single byte.

FromBytes

FromBytes should be used to parse an array of bytes into a structure.

FromCursor

FromCursor should be used to get parsed structure from an io:Cursor wich bound to an array of bytes.

FromSingleByte

FromSingleByte should be used to convert a single byte into a value. It is opposite to AsByte.

IntoBytes

IntoBytes should be used to convert a structure into array of bytes.