phoxal 0.55.0

Phoxal - production-oriented autonomous robot framework: the runtime engine and model (the api contract tree lives in phoxal-api, the typed bus in phoxal-bus).
Documentation
1
2
3
4
5
6
7
8
//! Participant metadata is part of the process ABI, not runner implementation.

pub use phoxal_runtime_contract::emit::ParticipantMetadataRecord;
pub use phoxal_runtime_contract::{
    BusAbi, ComponentSchema, LaunchAbi, MetadataError, ParticipantKind,
    ParticipantMetadata as ParticipantMeta, ParticipantSchemas, RobotApi, RobotSchema,
    SimulationSchema, parse_participant_metadata,
};