Docs.rs
nom-4.0.0-beta2
nom 4.0.0-beta2
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
Geal
Dependencies
lazy_static ^1.0
memchr ^2.0
regex ^0.2
Versions
Go to latest stable release
Platform
i686-apple-darwin
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
Function
nom
::
tag_cl
[
−
]
[src]
pub fn tag_cl<'a, 'b>(
rec:
&'a [
u8
]
) ->
Box
<
Fn
(
&'b [
u8
]
) ->
IResult
<
&'b [
u8
]
,
&'b [
u8
]
> + 'a>