embedded-nano-mesh 0.1.3

Lightweight mesh communication protocol for embedded devices
Documentation
1
2
3
4
5
6
7
mod node;

pub use node::{
    AddressType, LifeTimeType, Node, NodeConfig, NodeString, NodeUpdateError, SendError,
    SpecialSendError,
};
pub use platform_millis::ms;