Crates.io | lzokay-native |
lib.rs | lzokay-native |
version | 0.1.0 |
source | src |
created_at | 2023-08-11 20:39:18.59085 |
updated_at | 2023-08-11 20:39:18.59085 |
description | A pure rust port of lzookay. |
homepage | |
repository | https://github.com/arma-tools/lzokay-native-rs/ |
max_upload_size | |
id | 942235 |
size | 12,004,939 |
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