arma-tools / lzokay-native-rs

This crate includes a pure rust port of lzokay, which is a C++ implementation of the LZO compression format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LZ👌in Rust crates.io docs.rs build status

This crate includes a pure rust port of lzokay, which is a C++ implementation of the LZO compression format.

Documentation

See RustDoc Documentation.

The documentation includes some examples.

Installation

Add following lines to your Cargo.toml:

# Cargo.toml
[dependencies]
lzokay-native = "0.1"

Features

compress

This feature includes everything for compression.

decompress

This feature includes everything for decompression

About

This crate includes a pure rust port of lzokay, which is a C++ implementation of the LZO compression format.

License:MIT License


Languages

Language:Rust 100.0%