Skip to main content

Crate zrx_store

Crate zrx_store 

Source
Expand description

Store abstractions and utilities.

Re-exports§

pub use queue::Queue;
pub use stash::Stash;

Modules§

adapter
Store adapters for various implementations.
collection
Collection.
comparator
Comparator.
decorator
Store decorators.
queue
Queue.
stash
Stash.

Traits§

Collection
Collection.
Comparator
Comparator.
Key
Store key.
Store
Immutable store.
StoreFromIterator
Creates a store from an iterator.
StoreIntoIterator
Creates an iterator over the items of the store.
StoreIterable
Immutable store that is iterable.
StoreIterableMut
Mutable store that is iterable.
StoreKeys
Immutable store that is iterable over its keys.
StoreMut
Mutable store.
StoreMutRef
Mutable store that can return mutable references.
StoreRange
Immutable store that is iterable over a range.
StoreValues
Immutable store that is iterable over its values.
StoreWithComparator
Creates a store with a comparator.
Value
Store value.