lz77 0.1.0

Zero dependency pure rust implementation of the FastLZ LZ77 compression algorithm.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 14.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.17 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • monomadic/lz77
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • monomadic

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.