hibana 0.5.2

Const-projected Affine Multiparty Session Types for choreography-first Rust protocols
Documentation
1
2
3
4
5
6
7
8
//! Cluster integration hub.

/// Cluster core implementation.
pub(crate) mod core;
/// Control-plane effects and envelopes.
pub(crate) mod effects;
/// Cluster error types.
pub(crate) mod error;