#解压缩 #原生 #lzo #lzokay

lzokay-native

A pure rust port of lzookay

1个不稳定版本

0.1.0 2023年8月11日

#312 in 压缩

Download history 29/week @ 2024-03-14 60/week @ 2024-03-21 80/week @ 2024-03-28 48/week @ 2024-04-04 39/week @ 2024-04-11 33/week @ 2024-04-18 48/week @ 2024-04-25 30/week @ 2024-05-02 427/week @ 2024-05-09 454/week @ 2024-05-16 634/week @ 2024-05-23 1744/week @ 2024-05-30 2448/week @ 2024-06-06 2707/week @ 2024-06-13 3612/week @ 2024-06-20 2699/week @ 2024-06-27

12,201 monthly downloads
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.

文档

See RustDoc Documentation.

The documentation includes some examples.

安装

Add following lines to your Cargo.toml

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

功能

compress

This feature includes everything for compression.

decompress

This feature includes everything for decompression

依赖