Expand description
The writable half of persistence: where a namespace’s entries live.
Structs§
- Insert
Summary - What an
insert_manydid, counted per outcome. - Memory
Storage - A storage that keeps entries in memory for the lifetime of the process.
- Namespace
Summary - One namespace’s contribution to a storage or a bundle, for reporting.
Enums§
- Insertion
- What a
Storage::insertdid. - Origin
- Where an entry came from.
Traits§
- Storage
- Where the entries of a single namespace are kept, and written to.
Functions§
- open
- The storage serving
namespacein the active environment.