sevenz-rust
sevenz-rust copied to clipboard
Expose API similar to for_each_entries but without callback
For my use-case, I need to get a stream to a file within the archive, without deferring to a callback. I don't mind this action blocking all other use of the archive until that file handle is closed. The main issue is just that I cannot work with a callback.