1 unstable release

0.1.0 Aug 11, 2023

#328 in Compression

Download history 2606/week @ 2024-07-29 2612/week @ 2024-08-05 2390/week @ 2024-08-12 2034/week @ 2024-08-19 1674/week @ 2024-08-26 1881/week @ 2024-09-02 1544/week @ 2024-09-09 1530/week @ 2024-09-16 1777/week @ 2024-09-23 535/week @ 2024-09-30 1667/week @ 2024-10-07 1638/week @ 2024-10-14 1833/week @ 2024-10-21 2272/week @ 2024-10-28 1832/week @ 2024-11-04 1797/week @ 2024-11-11

7,832 downloads per month
Used in 2 crates (via 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