#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 65/week @ 2024-10-10 27/week @ 2024-10-17 5/week @ 2024-10-24 20/week @ 2024-11-07 28/week @ 2024-11-14 24/week @ 2024-11-28 49/week @ 2024-12-05 28/week @ 2024-12-12 7/week @ 2024-12-19 13/week @ 2024-12-26 47/week @ 2025-01-02 24/week @ 2025-01-09 20/week @ 2025-01-16

102 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