Skip to main content

Module encode

Module encode 

Source
Expand description

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.