Crate byte_repr

Source

Traits§

ByteRepr
A trait to extract little-endian and big-endian byte representations for any type that supports to_le_bytes() and to_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.