muscleman 0.3.1

A buffer utility
Documentation
1
2
3
4
pub enum ByteOrder {
    BigEndian = 0,
    LittleEndian = 1,
}