Crate lz4_compression

Source
Expand description

Pure Rust implementation of LZ4 compression.

A detailed explanation of the algorithm can be found here.

Modulesยง

compress
The compression algorithm.
decompress
The decompression algorithm.
prelude