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 |
#328 in Compression
619,601 downloads per month
Used in 563 crates
(2 directly)
18KB
372 lines
libflate_lz77
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