1 unstable release

0.1.0 Aug 11, 2023

#354 in Compression

Download history 3/week @ 2024-02-15 19/week @ 2024-02-22 12/week @ 2024-02-29 22/week @ 2024-03-07 29/week @ 2024-03-14 60/week @ 2024-03-21 57/week @ 2024-03-28

168 downloads per month

MIT license

9.5MB
1.5K SLoC

Rust 1K SLoC // 0.1% comments C 371 SLoC // 0.1% comments Common Lisp 81 SLoC

Contains (ELF exe/lib, 39KB) test-data/uncompressed/sum

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

Dependencies