hibana 0.9.6

Choreography-derived runtime enforcement kernel for no_std Rust multiparty protocols
Documentation
1
2
3
4
5
6
7
8
//! Cluster runtime hub.

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