Expand description
Bit level parsers
Modules
Functions
Converts a byte-level input to a bit-level input, for consumption by a parser that uses bits.
Counterpart to
bits
, bytes
transforms its bit stream input into a byte slice for the underlying
parser, allowing byte-slice parsers to work on bit streams.Generates a parser taking
count
bits and comparing them to pattern
Generates a parser taking
count
bits