We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to decompress .lz (lzip) files?
.lz
The text was updated successfully, but these errors were encountered:
I tried lzma-rs and I wasn't able to decompress an lzip file (.lz), even though the lzip format uses the LZMA algorithm.
lzma-rs
Any thoughts on this?
Sorry, something went wrong.
This is currently not implemented. However, this could be added as a wrapper on top of the raw LZMA algorithm, like the current xz module.
xz
Successfully merging a pull request may close this issue.
Is it possible to decompress
.lz
(lzip) files?The text was updated successfully, but these errors were encountered: