//! Storage layer.
//!
//! - [`BlobFrame`] — typed view over one 512 KB blob, with bump
//! allocator + per-NodeType free list.
//! - [`blob_store`] — blob-addressed storage trait and bundled
//! memory / file-backed stores.
//! - [`buffer_manager`] — cache residency, dirty tracking,
//! deferred deletes, and per-blob latching.
//! - [`BufferManager`] — LRU-bounded cache wrapping any `BlobStore`;
//! it also implements `BlobStore` so it remains transparent above
//! the store layer.
pub
pub use ;
pub use ;
pub use ;