Skip to main content

phoxal_api/api/
mod.rs

1//! Modular authoring catalogue for the framework-owned wire contracts.
2
3pub(crate) mod robot;
4pub(crate) mod runtime;
5pub(crate) mod supervisor;
6
7phoxal_macros::phoxal_api_tree! {
8    output generated;
9    source crate::api;
10
11    fragments {
12        robot;
13        runtime;
14        supervisor;
15    }
16}