luizirber / niffler

Simple and transparent support for compressed files.
Apache License 2.0
75 stars 7 forks source link

Add XZ as a compression format alias for LZMA #39

Closed dralley closed 3 years ago

dralley commented 3 years ago

The whole network of compression algorithms and libraries is very confusing. It would be helpful if users could specify Xz as a format rather than assuming they know about the distinction between XZ and LZMA.

https://github.com/luizirber/niffler/blob/master/src/basic/compression.rs#L117-L128

natir commented 3 years ago

Good point did you think PR #40 solve the trouble ?

natir commented 3 years ago

Solve by #40