Module weezl::decode[][src]

A module for all decoding needs.

Structs

Decoder

The state for decoding data with an LZW algorithm.

IntoAsync

An async decoding sink.

IntoStream

A decoding stream sink.

IntoVec

A decoding sink into a vector.