QuickLZ   [![build status](https://travis-ci.org/ReSpeak/quicklz.svg?branch=master)](https://travis-ci.org/ReSpeak/quicklz) [![latest version](https://img.shields.io/crates/v/quicklz.svg)](https://crates.io/crates/quicklz) [![documentation](https://docs.rs/quicklz/badge.svg)](https://docs.rs/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. License ------- Licensed under either of * [Apache License, Version 2.0](LICENSE-APACHE) * [MIT license](LICENSE-MIT) at your option.