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

#375 in Compression

Download history 109610/week @ 2024-01-27 108323/week @ 2024-02-03 108149/week @ 2024-02-10 114729/week @ 2024-02-17 125700/week @ 2024-02-24 123724/week @ 2024-03-02 119661/week @ 2024-03-09 118046/week @ 2024-03-16 117261/week @ 2024-03-23 130635/week @ 2024-03-30 120632/week @ 2024-04-06 122074/week @ 2024-04-13 123037/week @ 2024-04-20 108753/week @ 2024-04-27 108237/week @ 2024-05-04 109691/week @ 2024-05-11

468,968 downloads per month
Used in 508 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