Open firasuke opened 2 years ago
Is it possible to decompress .lz (lzip) files?
.lz
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?
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
Is it possible to decompress
.lz
(lzip) files?