Expand description
Procedural macros for ScyllaDB Rust Driver.
Intended for use with the scylla and scylla-cql crates.
Derive Macrosยง
- Deserialize
Row - Derive macro for the
DeserializeRowtrait that generates an implementation which deserializes a row with a similar layout to the Rust struct. - Deserialize
Value - Derive macro for the
DeserializeValuetrait that generates an implementation which deserializes a User Defined Type with the same layout as the Rust struct. - Serialize
Row - Derive macro for the
SerializeRowtrait which serializes given Rust structure into bind markers for a CQL statement. - Serialize
Value - Derive macro for the
SerializeValuetrait which serializes given Rust structure as a User Defined Type (UDT).