reddb-io-server 1.12.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
8
//! Re-export shim: the in-house JSON encode/decode stack now lives in
//! `reddb-io-types` (ADR 0053). This module preserves every
//! `crate::serde_json::...` import path — including the `json!` macro
//! re-exported into this namespace — so the 200+ call-sites across the
//! server compile unchanged. The byte layout of `Value` is owned by
//! `reddb_types::serde_json`; nothing about the wire/payload format
//! changed in the move.
pub use reddb_types::serde_json::*;