Module binrw::endian[][src]

Expand description

Type definitions for byte order handling.

Re-exports

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

Enums

Defines the order of bytes in a multi-byte type.