Module weezl::encode[][src]

A module for all encoding needs.

Structs

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.