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
9
10
//! Compatibility exports for RedDB file layout contracts.
//!
//! The layout definitions live in `reddb-file`; `reddb-server` keeps this
//! module only so existing `crate::storage::layout::*` imports continue to
//! resolve while runtime code is migrated.

pub use reddb_file::{
    LayoutOverrides, LayoutToggles, LogDestination, LogRoutingOverrides, StorageLayout,
    TieredLayoutPaths,
};