embedded-nano-mesh 1.1.4

Lightweight mesh communication protocol for embedded devices
Documentation
1
2
3
pub trait StateMutator {
    fn mutated(self) -> Self;
}