Expand description
Little-Endian utilities
Little-Endian order has been chosen for internal usage; this makes some useful functions available.
Functionsยง
- read_
u32_ into - Reads unsigned 32 bit integers from
src
intodst
. - read_
u64_ into - Reads unsigned 64 bit integers from
src
intodst
.