Expand description
Utilities for working with decores.
Structs§
- AndThen
- Run a decoder and use the produced item to construct the next decoder to run.
- Chain
- Chain two decoders, running them in sequence.
- Decode
Exact - Wraps a decoder and emits an error if it does not stop encoding at exactly the specified byte count.
- Map
- Change the return type of a decoder by mapping its item through a function.
Enums§
- Decode
Exact Error - The error of a
DecodeExact
.