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

#771 in Compression

Download history 151050/week @ 2024-10-02 149656/week @ 2024-10-09 172268/week @ 2024-10-16 158170/week @ 2024-10-23 149084/week @ 2024-10-30 139463/week @ 2024-11-06 178172/week @ 2024-11-13 155677/week @ 2024-11-20 128928/week @ 2024-11-27 151076/week @ 2024-12-04 150978/week @ 2024-12-11 101234/week @ 2024-12-18 54492/week @ 2024-12-25 98239/week @ 2025-01-01 161640/week @ 2025-01-08 141780/week @ 2025-01-15

465,808 downloads per month
Used in 603 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