//! Defines CQL protocol-level types and traits for interacting with ScyllaDB/Cassandra.
//!
//! Mainly intended to be used by the ScyllaDB driver, but can also be useful for other
//! applications that need to interact with CQL.
pub use DeserializeRow;
pub use DeserializeValue;
pub use SerializeRow;
pub use SerializeValue;
pub use crateConsistency;
pub use _macro_internal;