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.