Docs.rs
nom-8.0.0
nom 8.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Geal
Dependencies
memchr ^2.3
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
nom
8.0.0
Module bits
Module Items
Modules
Functions
In crate nom
nom
Module
bits
Copy item path
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.