Module lzham::decompress[][src]

Decompression related items.

Structs

DecompressionOptions

Options to tweak decompression.

Decompressor

A high level decompressor.

Enums

DecompressionFlag

Flag to tweak decompression.

DecompressionStatus

The status of decompression.

Functions

decompress

Decompresses input data into the output buffer with default options.

decompress_with_options

Decompresses input data into the output buffer with provided options.