Expand description
Content-addressed key-value store interfaces and implementations
Structs§
- Buffered
Store - Buffered overlay store that keeps writes in memory until flushed.
- Memory
Store - In-memory content-addressed store with LRU eviction and pinning
- Store
Stats - Storage statistics
Enums§
- Store
Error - Store error type
Traits§
- Store
- Content-addressed key-value store interface