Module weezl::encode

source ·
Expand description

A module for all encoding needs.

Structs

  • 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