Crate lazy_bytes_cast

Source
Expand description

Lazy utilities to work with bits and bytes.

Structs§

Bits
Wrapper to provide access to bit fields
Read
Byte slice reader.

Traits§

Pod
Marker indicating that it is plain old data.

Functions§

byte_slice_from
Gets byte slice out of the type.
byte_slice_mut_from
Gets mutable byte slice out of the type.
from_bytes
Reads N bytes from Pod object by performing memcpy
to_bytes
Reads N bytes from Pod object by performing memcpy
uninit_byte_slice_from
Gets uninit byte slice out of the type.
uninit_byte_slice_mut_from
Gets mutable uninit byte slice out of the type.