Module scylla

Module scylla 

Source
Expand description

Re-exported scylla crate.

Modules§

cluster
Re-exported scylla::cluster module.
cql
Re-exported scylla-cql crate.
errors
Re-exported scylla::errors module.
serialize
Re-exported scylla::serialize module.

Derive Macros§

DeserializeRow
Derive macro for the DeserializeRow trait that generates an implementation which deserializes a row with a similar layout to the Rust struct.
DeserializeValue
Derive macro for the DeserializeValue trait that generates an implementation which deserializes a User Defined Type with the same layout as the Rust struct.
SerializeRow
Derive macro for the SerializeRow trait which serializes given Rust structure into bind markers for a CQL statement.
SerializeValue
Derive macro for the SerializeValue trait which serializes given Rust structure as a User Defined Type (UDT).