Module binread::endian[][src]

Expand description

An enum to represent what endianness to read as

Re-exports

pub use Endian::Big as BE;
pub use Endian::Little as LE;
pub use Endian::Native as NE;

Enums

An enum to represent what endianness to read as