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

pub use phoxal_runtime_contract::{
    ApiId, MetadataError, PARTICIPANT_METADATA_SCHEMA, ParticipantKind,
    ParticipantMetadata as ParticipantMeta, ParticipantSchemas, SchemaId,
    parse_participant_metadata,
};