Module binrw::endian

source ·
Expand description

Type definitions for byte order handling.

Re-exports§

  • pub use Endian::Big as BE;
  • pub use Endian::Little as LE;

Enums§

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