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§
Structs§
Functions§
- decode
- Attempts to decode
T
frominput
using APER-BASIC. - decode_
with_ constraints - Attempts to decode
T
frominput
using APER-BASIC. - encode
- Attempts to encode
value
to APER-CANONICAL. - encode_
with_ constraints - Attempts to encode
value
to APER-CANONICAL.