reddb_server/wire/redwire/codec.rs
1//! Re-export of the canonical RedWire codec from `reddb-wire`.
2//!
3//! See `crates/reddb-wire/src/redwire/codec.rs` for the encode /
4//! decode implementation and unit tests. This file keeps existing
5//! `crate::wire::redwire::codec::…` import paths working.
6
7pub use reddb_wire::redwire::codec::*;