Skip to content
New issue

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

.lz (lzip) #71

Open
firasuke opened this issue Jan 25, 2022 · 2 comments
Open

.lz (lzip) #71

firasuke opened this issue Jan 25, 2022 · 2 comments

Comments

@firasuke
Copy link

Is it possible to decompress .lz (lzip) files?

@firasuke
Copy link
Author

firasuke commented Apr 9, 2022

I tried lzma-rs and I wasn't able to decompress an lzip file (.lz), even though the lzip format uses the LZMA algorithm.

Any thoughts on this?

@gendx
Copy link
Owner

gendx commented Sep 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants