roplat 0.1.0

roplat: just a robot operation system
Documentation
1
2
3
4
pub trait Recordable {
    type Record;
    fn record(&self) -> String;
}