Expand description
§Unaligned Packed Encoding Rules
Codec functions for UPER, rasn provides a “basic” decoder, and canonical encoder. This means that users are able decode any valid UPER 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 UPER-BASIC. - decode_
with_ constraints - Attempts to decode
T
frominput
using UPER-BASIC. - encode
- Attempts to encode
value
to UPER-CANONICAL. - encode_
with_ constraints - Attempts to encode
value
to UPER-CANONICAL.