RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
//! Binary Serializer - DEPRECATED
//!//! This module has been moved to `storage::primitives::serializer`.
//! Please update your imports to use the new location.
// Re-export everything from primitives::serializer
pubusecrate::storage::primitives::serializer::*;