commonware_glue/lib.rs
1#![doc = include_str!("../README.md")]
2#![doc(
3 html_logo_url = "https://commonware.xyz/imgs/rustdoc_logo.svg",
4 html_favicon_url = "https://commonware.xyz/favicon.ico"
5)]
6
7commonware_macros::stability_scope!(ALPHA {
8 pub mod stateful;
9
10 #[cfg(any(test, feature = "test-utils"))]
11 pub mod simulate;
12});