7 releases (stable)

2.1.0 Apr 30, 2024
2.0.0 Jul 8, 2023
1.2.0 Feb 16, 2023
1.1.0 Apr 17, 2021
0.1.1 Feb 29, 2020

#328 in Compression

Download history 128970/week @ 2024-07-27 130157/week @ 2024-08-03 142905/week @ 2024-08-10 135315/week @ 2024-08-17 153431/week @ 2024-08-24 146548/week @ 2024-08-31 135997/week @ 2024-09-07 135025/week @ 2024-09-14 155903/week @ 2024-09-21 150548/week @ 2024-09-28 144665/week @ 2024-10-05 165128/week @ 2024-10-12 166746/week @ 2024-10-19 149805/week @ 2024-10-26 143244/week @ 2024-11-02 131936/week @ 2024-11-09

619,601 downloads per month
Used in 563 crates (2 directly)

MIT license

18KB
372 lines

libflate_lz77

libflate_lz77 Documentation Build Status License: MIT

The interface and implementations of LZ77 compression algorithm for libflate.


lib.rs:

The interface and implementations of LZ77 compression algorithm.

LZ77 is a compression algorithm used in DEFLATE.

Dependencies

~2.5MB
~32K SLoC