lzma-rs
lzma-rs copied to clipboard
.lz (lzip)
Is it possible to decompress .lz (lzip) files?
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?
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.