RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
//! Compatibility facade for the vector/B-tree persisted value codec.
pubusereddb_file::vector_value_codec::{
decode, encode, would_encode_to, ValueCodecError, ValueFlag,};