winnow::binary

Module bits

Source
Expand description

Bit level parsers

Constants§

  • BYTE 🔒
    Number of bits in a byte

Functions§

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