Module decode

Source
Expand description

Core types and functions related to decoding of binary data.

Structs§

Candidate
One of successful results of decoding binary input.
Decoder
Description of a function that can decode data.

Enums§

Input
Input from user.

Functions§

all_decoders
List of all known decoders.
decode_input
Attempt to decode input with the best effort. Zero, one or more results can be returned.