reddb-io-server 1.2.0

RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
Documentation
1
2
3
4
5
6
7
//! Re-export of the canonical RedWire codec from `reddb-wire`.
//!
//! See `crates/reddb-wire/src/redwire/codec.rs` for the encode /
//! decode implementation and unit tests. This file keeps existing
//! `crate::wire::redwire::codec::…` import paths working.

pub use reddb_wire::redwire::codec::*;