//! xz-memory-core: Pure storage abstraction layer.
//!
//! Defines the foundational traits for partitioned entry storage and
//! index-based search. Contains zero business logic or domain concepts.
pub use StoreError;
pub use IndexSearcher;
pub use EntryStore;
pub use ;