#port #lzo #linux-kernel

yanked lzo1x-1

Safe Rust port of the LZO1X-1 compression algorithm

1 unstable release

0.1.0 Feb 13, 2023

#13 in #lzo

Download history 20/week @ 2024-08-26 46/week @ 2024-09-02 2/week @ 2024-09-09 16/week @ 2024-09-23 31/week @ 2024-09-30 38/week @ 2024-10-07 58/week @ 2024-10-14 15/week @ 2024-10-21

113 downloads per month

GPL-2.0 license

3.5MB
438 lines

LZO1X-1

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.


lib.rs:

Safe Rust port of the LZO1X-1 compression algorithm.

No runtime deps