// Copyright 2026 James Gober. Licensed under Apache-2.0.
//! Storage engine. Mmap-backed append-only file with a sharded
//! in-memory hash index.
//!
//! This module is the entire on-disk backend; there is no alternate
//! path. The public `Emdb` handle wraps a single [`Engine`] instance.
pub
pub
pub
pub
pub use ;