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

#373 in Compression

Download history 136077/week @ 2024-09-15 156037/week @ 2024-09-22 151525/week @ 2024-09-29 143470/week @ 2024-10-06 164008/week @ 2024-10-13 167665/week @ 2024-10-20 149094/week @ 2024-10-27 144990/week @ 2024-11-03 163093/week @ 2024-11-10 164030/week @ 2024-11-17 132068/week @ 2024-11-24 148966/week @ 2024-12-01 152946/week @ 2024-12-08 133180/week @ 2024-12-15 57598/week @ 2024-12-22 69311/week @ 2024-12-29

424,634 downloads per month
Used in 601 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