commonware-glue 2026.5.0

Default constructions that span multiple primitives.
Documentation
1
2
3
4
5
6
7
//! Stateful adapters for QMDB keyless databases.
//!
//! Use [`standard`] for the journaled implementation and [`compact`] for the
//! compact implementation that retains only current Merkle peaks.

pub mod compact;
pub mod standard;