gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
129 stars 27 forks source link

Add support for LZMA2 #2

Closed gendx closed 6 years ago

gendx commented 7 years ago

LZMA2 encapsulates LZMA streams, and is used in .7z and .xz files.

gendx commented 6 years ago

Implemented in a4c1b71abaa6d14deccfd3fb91d01d53b42afc50