Skip to main content

Module store

Module store 

Source
Expand description

Content-addressed key-value store interfaces and implementations

Structs§

BufferedStore
Buffered overlay store that keeps writes in memory until flushed.
MemoryStore
In-memory content-addressed store with LRU eviction and pinning
StoreStats
Storage statistics

Enums§

StoreError
Store error type

Traits§

Store
Content-addressed key-value store interface