dignifiedquire / async-tar

A tar archive reading/writing library for async Rust.
Apache License 2.0
68 stars 52 forks source link

`Archive` with seekable stream? #47

Open rhelmot opened 9 months ago

rhelmot commented 9 months ago

Are there more methods that could be conditionally implemented on Archive if its underlying stream supports seeking? I would like to be able to do random access on a tarball.

If this is not a fundamental limitation of the way the code is set up, I would like to give implementing it a shot.