Docs.rs
der-parser-10.0.0
der-parser 10.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chifflier
Dependencies
asn1-rs ^0.7
normal
bitvec ^1.0
normal
optional
cookie-factory ^0.3.0
normal
optional
displaydoc ^0.2
normal
nom ^7.0
normal
num-bigint ^0.4
normal
optional
num-traits ^0.2
normal
rusticata-macros ^4.0
normal
hex-literal ^0.4
dev
pretty_assertions ^1.0
dev
test-case ^3.0
dev
Versions
93.75%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
der_
parser
10.0.0
Module error
Module Items
Enums
Type Aliases
In crate der_
parser
der_parser
Module
error
Copy item path
Source
Expand description
Error type for BER/DER parsers
Enums
§
DerConstraint
Error types for DER constraints
Error
The error type for operations of the
FromBer
,
FromDer
, and associated traits.
Type Aliases
§
BerError
BerResult
Holds the result of parsing functions
DerResult
Holds the result of parsing functions (DER)