phoxal 0.10.0

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

contract! {
    #[derive(Eq)]
    pub enum Clock {
        V1(v1::Clock),
    }
}