pub(crate) mod pretty;
pub mod frame;
pub use scylla_macros::DeserializeRow;
pub use scylla_macros::DeserializeValue;
pub use scylla_macros::SerializeRow;
pub use scylla_macros::SerializeValue;
pub mod deserialize;
pub mod serialize;
pub mod value;
pub mod utils;
pub use crate::frame::types::Consistency;
#[doc(hidden)]
pub mod _macro_internal;
#[cfg(test)]
mod types_tests;