Expand description
This module contains the definition and implementation of LittleEndianBytes
, a trait to
convert values (such as integers or floats) to bytes in little endian byter order
Macros§
- impl_
Little 🔒Endian Bytes - This macro implements the
LittleEndianBytes
trait for a provided list of types.
Traits§
- Little
Endian Bytes - Convert from and to the little endian byte representation of a value