Expand description
A module for all decoding needs.
Structsยง
- Configuration
- Describes the static parameters for creating a decoder.
- Decoder
- The state for decoding data with an LZW algorithm.
- Into
Stream - A decoding stream sink.
- IntoVec
- A decoding sink into a vector.