lz77

Crates.iolz77
lib.rslz77
version0.1.0
sourcesrc
created_at2023-09-30 09:34:36.842342
updated_at2023-09-30 09:34:36.842342
descriptionZero dependency pure rust implementation of the FastLZ LZ77 compression algorithm.
homepagehttps://github.com/monomadic/lz77
repositoryhttps://github.com/monomadic/lz77
max_upload_size
id988521
size14,446
Monomadic (monomadic)

documentation

README

LZ77

A zero dependency, pure rust implementation of the FastLZ LZ77 compression algorithm.

Currently this library only decompresses, but compression will follow if there is a demand for it. This library was specifically built for the ni-file library, where sampler instruments built for Kontakt use an implementation of the LZ77 algorithm with very specific sliding window behaviors. It should (in theory) work for any LZ77 compressed file however. If it does not please file an issue.

Commit count: 3

cargo fmt