alexcrichton / xz2-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
83 stars 51 forks source link

Need example for decompressing a file #52

Open David-OConnor opened 5 years ago

David-OConnor commented 5 years ago

The only example I can find is the one on the main docs page, showing outputting to a string.

soulmachine commented 3 years ago

BTW, how to read a compressed text file line by line like lzma in Python?