1 unstable release

0.1.0 Aug 11, 2023

#354 in Compression

Download history 2094/week @ 2024-11-16 1970/week @ 2024-11-23 1692/week @ 2024-11-30 2020/week @ 2024-12-07 1978/week @ 2024-12-14 1707/week @ 2024-12-21 2952/week @ 2024-12-28 5099/week @ 2025-01-04 4071/week @ 2025-01-11 3335/week @ 2025-01-18 1087/week @ 2025-01-25 2366/week @ 2025-02-01 4218/week @ 2025-02-08 1524/week @ 2025-02-15 1471/week @ 2025-02-22 2277/week @ 2025-03-01

10,579 downloads per month
Used in 3 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