Expand description
Wire protocol definitions for the native driver
Uses MessagePack for efficient binary serialization.
Re-exports§
pub use codec::decode_message;pub use codec::encode_command;pub use codec::encode_message;pub use codec::encode_response;pub use codec::DRIVER_MAGIC;pub use codec::MAX_MESSAGE_SIZE;pub use command::Command;pub use error::DriverError;pub use response::Response;pub use types::IsolationLevel;