[go: up one dir, main page]

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.
IntoAsync
An async decoding sink.
IntoStream
A encoding stream sink.
IntoVec
A encoding sink into a vector.