7 releases (stable)

new 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

#381 in Compression

Download history 107851/week @ 2024-01-15 110824/week @ 2024-01-22 109838/week @ 2024-01-29 107747/week @ 2024-02-05 110828/week @ 2024-02-12 112071/week @ 2024-02-19 130088/week @ 2024-02-26 120617/week @ 2024-03-04 120371/week @ 2024-03-11 120048/week @ 2024-03-18 117651/week @ 2024-03-25 127624/week @ 2024-04-01 121392/week @ 2024-04-08 120633/week @ 2024-04-15 124685/week @ 2024-04-22 102127/week @ 2024-04-29

474,687 downloads per month
Used in 492 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
~31K SLoC