Module encode
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.
- IntoStream A encoding stream sink.
- IntoVec A encoding sink into a vector.