[][src]Module weezl::decode

A module for all decoding needs.

Structs

BufferResult

The result of a coding operation on a pair of buffer.

Decoder

The state for decoding data with an LZW algorithm.

IntoStream

A decoding stream sink.

StreamResult

The result of coding into an output stream.

Enums

LzwError

The error kind after unsuccessful coding of an LZW stream.

LzwStatus

The status after successful coding of an LZW stream.