commonware-stream 2026.4.0

Exchange messages over arbitrary transport.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Exchange messages over arbitrary transport.
//!
//! # Status
//!
//! Stability varies by primitive. See [README](https://github.com/commonwarexyz/monorepo#stability) for details.

#![doc(
    html_logo_url = "https://commonware.xyz/imgs/rustdoc_logo.svg",
    html_favicon_url = "https://commonware.xyz/favicon.ico"
)]

commonware_macros::stability_scope!(BETA {
    pub mod encrypted;
    pub mod utils;
});