#lz77 #zlib

no-std libflate_lz77

LZ77 encoder for libflate crate

8 releases (stable)

2.2.0 Oct 24, 2025
2.1.0 Apr 30, 2024
2.0.0 Jul 8, 2023
1.2.0 Feb 16, 2023
0.1.1 Feb 29, 2020

#832 in Compression

Download history 214524/week @ 2025-09-26 213612/week @ 2025-10-03 185187/week @ 2025-10-10 195987/week @ 2025-10-17 204904/week @ 2025-10-24 204040/week @ 2025-10-31 215655/week @ 2025-11-07 224657/week @ 2025-11-14 241194/week @ 2025-11-21 239218/week @ 2025-11-28 268826/week @ 2025-12-05 241778/week @ 2025-12-12 164655/week @ 2025-12-19 131121/week @ 2025-12-26 218025/week @ 2026-01-02 261513/week @ 2026-01-09

821,227 downloads per month
Used in 2 crates

MIT license

18KB
372 lines

The interface and implementations of LZ77 compression algorithm.

LZ77 is a compression algorithm used in DEFLATE.


libflate_lz77

libflate_lz77 Documentation Build Status License: MIT

The interface and implementations of LZ77 compression algorithm for libflate.

Dependencies

~1.5MB
~17K SLoC