Skip to main content

Module bits

Module bits 

Source
Expand description

Bit level parsers

Structs§

BitOffsets
Iterator for bit stream (Bits)
Bits
Bit-level stream state over a byte stream.

Functions§

bits
Converts a byte-level input to a bit-level input
bool
Parses one specific bit as a bool.
bytes
Convert a bits stream back into a byte stream
pattern
Parse taking count bits and comparing them to pattern
take
Parse taking count bits