Module wasm::core::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§
- This macro implements the
LittleEndianBytes
trait for a provided list of types.
Traits§
- Convert from and to the little endian byte representation of a value