gendx / lzma-rs

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

Add better encoders #9

Open gendx opened 6 years ago

gendx commented 6 years ago

Encoders for LZMA, LZMA2 and .xz files are quite basic for the moment. Encoders that compress well are welcome!