Module endianity

Source
Expand description

Types for compile-time and run-time endianity.

Structs§

BigEndian
Big endian byte order.
LittleEndian
Little endian byte order.

Enums§

RunTimeEndian
Byte order that is selectable at runtime.

Traits§

Endianity
A trait describing the endianity of some buffer.

Type Aliases§

NativeEndian
The native endianity for the target platform.