Skip to main content

Crate xz_memory_core

Crate xz_memory_core 

Source
Expand description

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.

Re-exports§

pub use error::StoreError;
pub use traits::search::IndexSearcher;
pub use traits::store::EntryStore;
pub use types::entry::Entry;
pub use types::entry::QueryOptions;
pub use types::entry::ScoredEntry;
pub use types::entry::SearchOptions;
pub use types::entry::SortOrder;
pub use types::entry::TimeRange;

Modules§

error
traits
Trait definitions for the xz-memory-core crate.
types