Docs.rs
net-parser-rs-0.2.0
net-parser-rs 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MightyE
github:protectwise:rust-owners
Dependencies
arrayref ^0.3
normal
byteorder ^1.3
normal
failure ^0.1
normal
log ^0.4
normal
nom ^4
normal
criterion ^0.2
dev
env_logger ^0.6
dev
hex ^0.3
dev
hex-slice ^0.1
dev
regex ^1
dev
Versions
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
net_parser_rs
All crates
[
−
]
[src]
Function
net_parser_rs
::
parse
pub fn parse<'a>(data:
&'a [
u8
]
) ->
Result
<
(
&'a [
u8
]
,
CaptureFile
<'a>
)
,
Error
>