Crate commonware_storage

Source
Expand description

Persist and retrieve data from an abstract store.

§Status

commonware-storage is ALPHA software and is not yet recommended for production use. Developers should expect breaking changes and occasional instability.

Modules§

archive
A write-once key-value store optimized for low-latency reads.
journal
An append-only log for storing arbitrary data.
metadata
A key-value store optimized for atomically committing a small collection of metadata.