commonware-glue 2026.5.0

Default constructions that span multiple primitives.
Documentation
1
2
3
4
5
6
7
8
//! P2P implementations of the QMDB sync resolvers.
//!
//! - [`standard`]: resolver for standard QMDBs that fetch operations from peers.
//! - [`compact`]: resolver for compact-storage QMDBs that fetch one
//!   authenticated frontier state instead of replaying operations.

pub mod compact;
pub mod standard;