Module de

Source
Expand description

Generic ASN.1 decoding framework.

Enums§

Needed
Contains information on needed data if a parser returned Incomplete

Traits§

Decode
A data type that can decoded from any ASN.1 format.
Decoder
A data format decode any ASN.1 data type.
Error
A generic error that can occur while decoding ASN.1. Caller needs always to pass a crate::Codec variant to Error when implementing the decoder

Derive Macros§

Decode
An automatic derive of the Decode trait.