#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://commonware.xyz/imgs/rustdoc_logo.svg",
html_favicon_url = "https://commonware.xyz/favicon.ico"
)]
commonware_macros::stability_scope!(ALPHA {
pub mod stateful;
#[cfg(any(test, feature = "test-utils"))]
pub mod simulate;
});