Module byte_order

Module byte_order 

Source
Expand description

Module with helpers to read/write bytes into slices

Functionsยง

read_be_u16
Read bytes from the slice
read_be_u32
Read bytes from the slice
read_le_u32
Read bytes from the slice
read_le_u64
Read bytes from the slice
write_be_u16
Write bytes to the slice
write_be_u32
Write bytes to the slice
write_le_u32
Write bytes to the slice
write_le_u64
Write bytes to the slice