lazippy 0.0.1

Pure-Rust LZMA (Lempel-Ziv-Markov chain Algorithm), part of the 8z umbrella
Documentation
  • Coverage
  • 97.87%
    46 out of 47 items documented0 out of 20 items with examples
  • Size
  • Source code size: 57.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 870.99 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • JackDanger/lazippy
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JackDanger

lazippy

Pure-Rust LZMA (Lempel-Ziv-Markov chain Algorithm) encoder/decoder, part of the 8z umbrella of pure-Rust compression codecs.

See STATUS.md for the current implementation state.

Build & Test

cargo build
cargo test
cargo test -- --include-ignored   # run all tests including #[ignore] stubs
cargo bench --no-run               # verify bench targets compile