phoxal 0.9.0

Phoxal — production-oriented autonomous robot framework (engine, model, typed bus, contracts).
Documentation
1
2
3
4
5
6
7
pub mod v1;

contract! {
    pub enum Collision {
        V1(v1::Collision),
    }
}