Module aper

Source
Expand description

§Aligned Packed Encoding Rules

Codec functions for APER, rasn provides a “basic” decoder, and canonical encoder. This means that users are able decode any valid APER value, and that rasn’s encoding will always produce the same output for the same value.

Modules§

de
enc

Structs§

Decoder
Encoder

Functions§

decode
Attempts to decode T from input using APER-BASIC.
decode_with_constraints
Attempts to decode T from input using APER-BASIC.
encode
Attempts to encode value to APER-CANONICAL.
encode_with_constraints
Attempts to encode value to APER-CANONICAL.