phoxal 0.66.0

Phoxal - production-oriented autonomous robot framework: the one framework library, holding the runtime engine, the api contract tree, the typed bus, the canonical model, and the bundle.
Documentation
1
2
3
4
5
6
7
8
//! What a running Phoxal process says about itself.
//!
//! [`api`] is the `runtime` contract family: log events, bus and step
//! telemetry, and the authoritative simulation clock. Any process publishes
//! here; the family names no collector.

/// The `runtime` contract family.
pub mod api;