Expand description
A write-once key-value store for ordered data.
Archive is a key-value store designed for workloads where all data is written only once and is
uniquely associated with both an index
and a key
.
Modules§
- immutable
- An immutable key-value store for ordered data with a minimal memory footprint.
- prunable
- A prunable key-value store for ordered data.
Enums§
- Error
- Errors that can occur when interacting with the archive.
- Identifier
- Subject of a
get
orhas
operation.
Traits§
- Archive
- A write-once key-value store where each key is associated with a unique index.