Crate lz4_compress [] [src]

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.