byteblitz 1.0.0

A tool to examine the binary contents of files
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum Endian {
    Big,
    Little,
}