Module uper

Source
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§

de
enc

Structs§

Decoder
Encoder

Functions§

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