Crate bitfield_rle

Source

Functionsยง

decode
Decode an encoded bitfield.
decode_len
Returns how many bytes a decoded bitfield will use.
decode_len_with_offset
Returns how many bytes a decoded bitfield will use, starting at a specific offset.
decode_with_offset
Decode an encoded bitfield, starting at a specific offset.
encode
Encode a bitfield.
encode_len
Returns how many bytes a decoded bitfield will use.
encode_len_with_offset
Returns how many bytes an encoded bitfield will use, starting at a specific offset.
encode_with_offset
Encode a bitfield at a specific offset