Module lzham::compress[][src]

Compression related items.

Structs

CompressionOptions

Options to tweak compression.

Compressor

A high level compressor.

Enums

CompressionFlag

Flag to tweak compression.

CompressionLevel

The level of compression.

CompressionStatus

The status of compression.

Functions

compress

Compresses input data into the output buffer with default options.

compress_with_options

Compresses input data into the output buffer with provided options.