embedded-nano-mesh 2.1.11

Lightweight mesh communication protocol for embedded devices
Documentation
1
2
3
pub trait FromBytes<const TYPE_SIZE: usize> {
    fn from_be_bytes(bytes: [u8; TYPE_SIZE]) -> Self;
}