#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

#12 in #lzo

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