#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 34/week @ 2024-11-13 1/week @ 2024-11-20 8/week @ 2024-11-27 57/week @ 2024-12-04 34/week @ 2024-12-11 8/week @ 2024-12-18 3/week @ 2024-12-25 51/week @ 2025-01-01 21/week @ 2025-01-08 30/week @ 2025-01-15 20/week @ 2025-02-05 6/week @ 2025-02-12 15/week @ 2025-02-19 43/week @ 2025-02-26

84 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