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§

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