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

#814 in Compression

Download history 165587/week @ 2024-10-14 165386/week @ 2024-10-21 148682/week @ 2024-10-28 144686/week @ 2024-11-04 164114/week @ 2024-11-11 165322/week @ 2024-11-18 130469/week @ 2024-11-25 149751/week @ 2024-12-02 152318/week @ 2024-12-09 131531/week @ 2024-12-16 58093/week @ 2024-12-23 69777/week @ 2024-12-30 143672/week @ 2025-01-06 184480/week @ 2025-01-13 149765/week @ 2025-01-20 139374/week @ 2025-01-27

623,232 downloads per month
Used in 619 crates (3 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