xz-memory-core 0.2.0

Core abstractions for the xz-memory storage engine: EntryStore, IndexSearcher, and shared types
Documentation
1
2
3
4
5
//! Trait definitions for the xz-memory-core crate.
pub mod search;
pub mod store;
pub use search::IndexSearcher;
pub use store::EntryStore;