Crate lz4_compress

Crate lz4_compress 

Source
Expand description

Pure Rust implementation of LZ4 compression.

A detailed explanation of the algorithm can be found here.

Functionsยง

compress
Compress all bytes of input.
decompress
Decompress all bytes of input.