gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
127 stars 27 forks source link

Add initial support for lzip #111

Open sorairolake opened 2 months ago

sorairolake commented 2 months ago

Pull Request Overview

This pull request adds initial support for lzip to this crate. This only supports version 1 of lzip compressed format, just like the current reference implementation. Test data were generated using lzip version 1.24.1. This passes the integration tests, so it should be usable at a minimum.

Closes #71

Testing Strategy

This pull request was tested by...

Supporting Documentation and References

N/A

TODO or Help Wanted

N/A