Docs.rs
openvpn-parser-0.6.0
openvpn-parser 0.6.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chifflier
Dependencies
nom ^7.0
normal
rusticata-macros ^4.0
normal
Versions
40%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
openvpn_
parser
0.6.0
openvpn_parser
Function
parse_openvpn_header_tcp
Copy item path
Source
pub fn parse_openvpn_header_tcp(i: &[
u8
]) ->
IResult
<&[
u8
],
OpenVPNHdr
>