Rust workspace for the Phoxal Framework libraries, execution supervisor, and official runtime participants.
Phoxal is pre-1.0 and evolving. Visit https://phoxal.com for the project vision and public introduction. The published Rust API is documented at https://docs.rs/phoxal. This repository and its source are the authority for current framework implementation and architecture details.
phoxal/— the one framework librarycrates/— the proc-macro package and the test fixture stagersupervisor/— framework-train execution observerservices/,components/— official runtime packagesfixture/— the authored test robot and components (the example robot project is phoxal/robot-rover)
See CONTRIBUTING.md for setup and contribution requirements.
cargo fmt --all -- --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace --all-targetsAGPL-3.0-only. See LICENSE and COMMERCIAL.md.