[][src]Crate quicklz

QuickLZ is a fast compression algorithm. This library implements the algorithm version 1.5.0 (latest version since 2011). Compression and decompression are implemented for the compression levels 1 and 3.

Enums

CompressionLevel
Error

Functions

compress

Compress data using the specified CompressionLevel.

decompress

Decompress data read from r.