sevenz-rust
sevenz-rust copied to clipboard
[request] Consider supporting async/await
I am in a situation were I download multiple 7s file and unzip them. My workflow would benefits from concurrency but it seem sevenz_rust
does not support it.
Would you consider changing your SevenZReader
API so that entries and readers are provided through an iterator and provide an async version of this iterator so that the provided readers would implement the AsyncBufRead
trait?