/// HTTP route handlers and request/response types for the REST API.
/// Shared Axum handler state: store, WAL, config, and server start time.
/// Environment-driven server limits and paths (`YVDB_*` variables).
/// WAL append log and bincode snapshots for disk durability.
/// In-memory vector collections, IVF index, and similarity search.