commonware_consensus/application/mod.rs
1//! Adapters and wrappers for [crate::Application] implementations.
2//!
3//! This module provides composable adapters that enhance [crate::Application] implementations with
4//! additional functionality while maintaining the same trait interfaces. These adapters can be
5//! layered to add features like epoch management, erasure coding, etc.
6
7pub mod marshaled;