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.
Pure Rust implementation of LZ4 compression.
A detailed explanation of the algorithm can be found here.
input.input.