1个不稳定版本
0.1.0 | 2023年8月11日 |
---|
#312 in 压缩
12,201 monthly downloads
Used in orc-rust
9.5MB
1.5K SLoC
Contains (ELF exe/lib, 39KB) test-data/uncompressed/sum
LZ👌in Rust
This crate includes a pure rust port of lzokay, which is a C++ implementation of the LZO compression format.
文档
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