Module bits
nom
0.0.1
Module bits
Module Items
Modules
Functions
In crate nom
Modules
bits
branch
bytes
character
combinator
error
lib
multi
number
recipes
sequence
Macros
error_node_position
error_position
Structs
And
AndThen
Check
Complete
Emit
FlatMap
Into
Map
MapOpt
MapRes
Or
OutputM
SaturatingIterator
Streaming
Enums
CompareResult
Err
Needed
Traits
AsBytes
AsChar
Compare
ErrorConvert
ExtendInto
FindSubstring
FindToken
Finish
HexDisplay
Input
IsStreaming
Mode
NomRange
Offset
OutputMode
ParseTo
Parser
ToUsize
Type Aliases
IResult
PResult
nom
Module
bits
Copy item path
Settings
Help
Summary
Source
Expand description
Bit level parsers
Modules
§
complete
Bit level parsers
streaming
Bit level parsers
Functions
§
bits
Converts a byte-level input to a bit-level input, for consumption by a parser that uses bits.
bytes
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.