hibana 0.9.6

Choreography-derived runtime enforcement kernel for no_std Rust multiparty protocols
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub(super) mod image;
pub(super) mod program;

pub(crate) use self::{
    image::{
        COMPACT_DESCRIPTOR_BYTE_CAPACITY, CompiledProgramRef, ProgramImageBytes,
        ProgramImageColumns, ProgramImagePlan, RoleDescriptorRef, RoleImageSlice,
    },
    program::EventSemanticKind,
};

#[cfg(all(test, hibana_repo_tests))]
pub(crate) use self::image::{
    PROGRAM_IMAGE_ATOM_ONLY_EVENT_CAPACITY, PROGRAM_IMAGE_ATOM_STRIDE,
    PROGRAM_IMAGE_ROUTE_RESOLVER_STRIDE, PROGRAM_IMAGE_SCOPE_MARKER_STRIDE,
};