# quicklz **Repository Path**: rustup/quicklz ## Basic Information - **Project Name**: quicklz - **Description**: 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 to 3 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/ReSpeak/quicklz - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-06 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.