simple_comms 1.2.2

Rust implementation of a communication protocol for AH
Documentation
1
2
3
4
5
6
bitflags::bitflags! {
    #[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Clone, Copy)]
    pub struct Reserved: u8 {
        const NONE       = 0b0000_0000;
    }
}