Crate lz77

Source
Expand description

LZ77 is a lossless sliding window data compression algorithm. It replaces repeated occurrences of data with references to a single copy.

Functionsยง

decompress
Decompress a data stream from the reader.