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