[go: up one dir, main page]

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.