Docs.rs
nom-7.1.3
nom 7.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Geal
Dependencies
memchr ^2.3
normal
minimal-lexical ^0.2.0
normal
doc-comment ^0.3
dev
proptest ^1.0.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module bits
Modules
Functions
?
Module
nom
::
bits
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.