hibana 0.9.0

Const-projected Affine Multiparty Session Types for choreography-first Rust protocols
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;