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.
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...
.lzma
,.lzma2
,.xz
files).Supporting Documentation and References
N/A
TODO or Help Wanted
N/A