| Crates.io | lzokay-native |
| lib.rs | lzokay-native |
| version | 0.1.0 |
| created_at | 2023-08-11 20:39:18.59085+00 |
| updated_at | 2023-08-11 20:39:18.59085+00 |
| 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"
compressThis feature includes everything for compression.
decompressThis feature includes everything for decompression