Docs.rs
x509-parser-0.3.0
x509-parser 0.3.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chifflier
Dependencies
base64 ^0.9.0
der-parser ^1.0
nom ^4.0
num ^0.1
rusticata-macros ^1.0
time ^0.1
Versions
Go to latest version
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
☰
x509_parser
Function
x509_parser
::
parse_ext_basicconstraints
[
−
]
[src]
pub fn parse_ext_basicconstraints(i:
&[
u8
]
) ->
IResult
<
&[
u8
]
,
BasicConstraints
>