Module weezl::encode

source Β·
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§

Constants§

Traits§