Module symbol

Source

Structs§

BitDecodeOutput
Represents the output of bit decoding.
CodeTable
Contains decoding data, used in decode_bits.
DistInit
Initialization data for the Distance decode table.
EncodeTable
Contains encoding data.
LenInit
Initialization data for the Length decode table.
ShannonInit
Initialization data for the Shannon-Fano literal decode table.

Enums§

BitDecodeError
Represents an error decoding bits.
Symbol
Represents a symbol in the Implode bit stream.

Constants§

END
Length value of end literal

Statics§

DEFAULT_CODE_TABLE
The default code table, contains settings used by the standard PKWARE DCL. Use this if you need to read files compressed by the DCL.

Traits§

ToBits
A simple trait that allows an object to be converted to bit form.

Functions§

decode_bits
Decodes the input bits into a symbol.

Type Aliases§

Result
Result of calling an implode function.