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

#744 in Compression

Download history 174190/week @ 2024-11-15 138396/week @ 2024-11-22 140906/week @ 2024-11-29 150846/week @ 2024-12-06 143502/week @ 2024-12-13 67060/week @ 2024-12-20 63393/week @ 2024-12-27 127236/week @ 2025-01-03 185829/week @ 2025-01-10 147170/week @ 2025-01-17 151280/week @ 2025-01-24 162185/week @ 2025-01-31 176946/week @ 2025-02-07 166759/week @ 2025-02-14 225036/week @ 2025-02-21 303991/week @ 2025-02-28

906,647 downloads per month
Used in 627 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