Expand description
A module for all encoding needs.
Structs§
- CompressedKey π
- EncodeState π
- The state for encoding data with an LZW algorithm.
- Full π
- A encoding stream sink.
- 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 π