Module endian

Source
Expand description

Provides types and traits for representing endianness of an integer encoding.

Structs§

BigEndian
Represents big endian integer encoding.
LittleEndian
Represents little endian integer encoding.

Enums§

Endian
Represents endianness of an integer encoding.

Traits§

FixedEndian
Trait for types that represent fixed endianness.