fpgaminer / rust-lzma

A Rust crate that provides a simple interface for LZMA compression and decompression.
MIT License
79 stars 14 forks source link

provide uncompressed file size #27

Closed jtmoon79 closed 2 years ago

jtmoon79 commented 2 years ago

Using a LzmaReader, I am unable to query the uncompressed file size before beginning decompression. Can this be provided by rust-lzma?

fpgaminer commented 2 years ago

Sorry, this project is not maintained.