Crates.io | lzo1x-1 |
lib.rs | lzo1x-1 |
version | 0.1.0 |
source | src |
created_at | 2023-02-13 11:05:09.542317 |
updated_at | 2023-02-13 11:05:09.542317 |
description | Safe Rust port of the LZO1X-1 compression algorithm |
homepage | |
repository | https://github.com/jussyDr/lzo1x-1 |
max_upload_size | |
id | 783856 |
size | 11,530,696 |
Safe Rust port of the LZO1X-1 compression algorithm.
The algorithm has been converted from the implementation found Linux kernel to Rust using Corrode, after which it has been manually refactored to safe Rust.