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.
cargo build
cargo test
cargo test -- --include-ignored # run all tests including #[ignore] stubs
cargo bench --no-run # verify bench targets compile