hibana 0.9.4

Session-typed choreographic programming for no_std Rust protocols, inspired by affine MPST
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod entry;
mod pool;
mod selection;
mod set;

pub(super) use self::entry::{
    CurrentOfferAuthority, CurrentOfferEntry, OfferAlignmentCandidateInput, ProgressSiblingPresence,
};
pub(super) use self::pool::OfferAlignmentCandidatePool;
pub(super) use self::selection::{
    CurrentOfferCandidateStatus, CurrentOfferObservation, OfferAlignmentSelection, ProgressEvidence,
};
pub(super) use self::set::OfferEntrySet;