phoxal 0.45.1

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
//! Participant metadata is part of the process ABI, not runner implementation.

pub use phoxal_runtime_contract::{
    PARTICIPANT_METADATA_SCHEMA, ParticipantClass, ParticipantKind,
    ParticipantMetadata as ParticipantMeta, parse_participant_metadata,
};