LZ👌-rs ![Build Status] ![Latest Version] ![Api Rustdoc] ![Rust Version]

Rust wrapper for LZ👌, a minimal, MIT-licensed implementation of the LZO compression format.

See the original README for more information.

Features

Usage

See the compress or decompress documentation for reference.

In Cargo.toml:

toml [dependencies] lzokay = "1.0.1"

Or, to only enable certain features:

toml [dependencies.lzokay] version = "1.0.1" default-features = false features = ["decompress", "compress"]

All features are enabled by default.

License

LZ👌 and LZ👌-rs are available under the MIT License and have no external dependencies.