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
8
9
10
pub mod env_secret;
pub mod hex;
pub mod json;
pub mod secret_file;
pub mod time;

pub use env_secret::env_with_file_fallback;
pub use hex::{to_hex, to_hex_prefix};
pub use secret_file::{expand_all_reddb_secrets, expand_file_env};
pub use time::{now_unix_millis, now_unix_nanos, now_unix_secs};