An enum to represent what endianness to read as
pub use Endian::Big as BE;
pub use Endian::Little as LE;
pub use Endian::Native as NE;