Expand description
Endianness utility functions
Functionsยง
- u32_
from_ be_ bytes - Convert a u32 from big-endian byte order to native byte order
- u32_
from_ le_ bytes - Convert a u32 from little-endian byte order to native byte order
- u32_
to_ be_ bytes - Convert a u32 from native byte order to big-endian bytes
- u32_
to_ le_ bytes - Convert a u32 from native byte order to little-endian bytes
- u64_
from_ be_ bytes - Convert a u64 from big-endian byte order to native byte order
- u64_
from_ le_ bytes - Convert a u64 from little-endian byte order to native byte order
- u64_
to_ be_ bytes - Convert a u64 from native byte order to big-endian bytes
- u64_
to_ le_ bytes - Convert a u64 from native byte order to little-endian bytes