1 unstable release

0.1.0 Aug 11, 2023

#356 in Compression

Download history 9/week @ 2024-02-19 20/week @ 2024-02-26 19/week @ 2024-03-04 17/week @ 2024-03-11 56/week @ 2024-03-18 68/week @ 2024-03-25 65/week @ 2024-04-01 43/week @ 2024-04-08 32/week @ 2024-04-15 51/week @ 2024-04-22

204 downloads per month
Used in orc-rust

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