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§
- Deserialize
Row - Derive macro for the
DeserializeRow
trait that generates an implementation which deserializes a row with a similar layout to the Rust struct. - Deserialize
Value - Derive macro for the
DeserializeValue
trait that generates an implementation which deserializes a User Defined Type with the same layout as the Rust struct. - Serialize
Row - Derive macro for the
SerializeRow
trait which serializes given Rust structure into bind markers for a CQL statement. - Serialize
Value - Derive macro for the
SerializeValue
trait which serializes given Rust structure as a User Defined Type (UDT).