1个不稳定版本

0.1.0 2023年8月11日

#312 in 压缩

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

12,201 monthly downloads
Used in orc-rust

MIT license

9.5MB
1.5K SLoC

Rust 1K SLoC // 0.1% comments • Rust 包仓库 C 371 SLoC // 0.1% comments • Rust 包仓库 Common Lisp 81 SLoC • Rust 包仓库

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

依赖