sevenz-rust icon indicating copy to clipboard operation
sevenz-rust copied to clipboard

[request] Consider supporting async/await

Open LukeSkyw opened this issue 1 year ago • 0 comments

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?

LukeSkyw avatar Aug 03 '23 15:08 LukeSkyw