hibana 0.9.2

Session-typed choreographic programming for no_std Rust protocols, inspired by affine MPST
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;