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;