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