Module little_endian

Source
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_LittleEndianBytes 🔒
This macro implements the LittleEndianBytes trait for a provided list of types.

Traits§

LittleEndianBytes
Convert from and to the little endian byte representation of a value