Expand description
Types for compile-time and run-time endianity.
Structs§
- BigEndian
- Big endian byte order.
- Little
Endian - Little endian byte order.
Enums§
- RunTime
Endian - Byte order that is selectable at runtime.
Traits§
- Endianity
- A trait describing the endianity of some buffer.
Type Aliases§
- Native
Endian - The native endianity for the target platform.