phoxal-api 0.58.2

Phoxal's semantic contract families and typed endpoint builders over the phoxal-bus ABI floor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Modular authoring catalogue for the framework-owned wire contracts.

pub(crate) mod robot;
pub(crate) mod runtime;
pub(crate) mod supervisor;

phoxal_macros::phoxal_api_tree! {
    output generated;
    source crate::api;

    fragments {
        robot;
        runtime;
        supervisor;
    }
}