feature request: tokio::io::AsyncSeek support for Reader #57
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Use case: I have zip files being added to a cacache instance, and zip is a non-streamable format - the index of a zip is at the end, so it is somewhat inefficient to read everything, then scan the index, then reopen and re-read to extract the actual content (using
async_zip
)The text was updated successfully, but these errors were encountered: