6 releases (stable)

2.0.0 Jul 8, 2023
1.2.0 Feb 16, 2023
1.1.0 Apr 17, 2021
1.0.0 May 5, 2020
0.1.1 Feb 29, 2020

#568 in Compression

Download history 92612/week @ 2024-01-02 104477/week @ 2024-01-09 110087/week @ 2024-01-16 110934/week @ 2024-01-23 107417/week @ 2024-01-30 108961/week @ 2024-02-06 112279/week @ 2024-02-13 112868/week @ 2024-02-20 129970/week @ 2024-02-27 122459/week @ 2024-03-05 120059/week @ 2024-03-12 118177/week @ 2024-03-19 117332/week @ 2024-03-26 127703/week @ 2024-04-02 123684/week @ 2024-04-09 97693/week @ 2024-04-16

487,533 downloads per month
Used in 487 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

~2MB
~30K SLoC