Traits§
- Byte
Repr - A trait to extract little-endian and big-endian byte representations
for any type that supports
to_le_bytes()
andto_be_bytes()
.
Functions§
- represent
- A generic function that prints multiple memory-level representations of a numeric value, including binary, little-endian, and big-endian formats.