commonware-storage 2026.4.0

Persist and retrieve data from an abstract store.
Documentation
1
2
3
4
5
6
7
8
9
//! Benchmark entry point for the generate & init QMDB benchmarks.

use criterion::criterion_main;

mod common;
mod generate;
mod init;

criterion_main!(generate::benches, init::benches);