Expand description
A module for all encoding needs.
StructsΒ§
- Compressed
Key π - Configuration
- Describes the static parameters for creating a decoder.
- Encode
State π - Encoder
- The state for encoding data with an LZW algorithm.
- Full π
- Into
Stream - A encoding stream sink.
- IntoVec
- A encoding sink into a vector.
- LsbBuffer π
- MsbBuffer π
- Simple π
- Tree π
- One tree node for at most each code. To avoid using too much memory we keep nodes with few successors in optimized form. This form doesnβt offer lookup by indexing but instead does a linear search.
EnumsΒ§
- FullKey π
ConstantsΒ§
- SHORT π