Expand description
Store abstractions and utilities.
Re-exports§
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.
- Store
From Iterator - Creates a store from an iterator.
- Store
Into Iterator - Creates an iterator over the items of the store.
- Store
Iterable - Immutable store that is iterable.
- Store
Iterable Mut - Mutable store that is iterable.
- Store
Keys - Immutable store that is iterable over its keys.
- Store
Mut - Mutable store.
- Store
MutRef - Mutable store that can return mutable references.
- Store
Range - Immutable store that is iterable over a range.
- Store
Values - Immutable store that is iterable over its values.
- Store
With Comparator - Creates a store with a comparator.
- Value
- Store value.