Docs.rs
tls-parser-0.12.2
tls-parser 0.12.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chifflier
Dependencies
cookie-factory ^0.3
normal
optional
nom ^7.0
normal
nom-derive ^0.10
normal
num_enum ^0.7.2
normal
phf ^0.11
normal
rusticata-macros ^4.0
normal
clap ^4.5
dev
hex-literal ^0.4
dev
pretty_assertions ^1.0
dev
phf_codegen ^0.11
build
Versions
33.71%
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
tls_
parser
0.12.2
tls_parser
Function
parse_tls_extension_status_request
Copy item path
Source
pub fn parse_tls_extension_status_request( i: &[
u8
], ) ->
IResult
<&[
u8
],
TlsExtension
<'_>>