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
//! Compatibility facade for the vector B-tree persisted page format.

pub use reddb_file::vector_btree_page_format::{
    decode_leaf_cell, encode_leaf_cell_v1, encode_leaf_cell_v2, LeafCell, LeafCellFlags,
    PageFormatError, PageHeader, PageType, FORMAT_VERSION, FORMAT_VERSION_V1, FORMAT_VERSION_V2,
    PAGE_HEADER_SIZE,
};