An async TAR file reader and writer, abstract over I/O without requiring full memory residency.
# Cargo.toml
[dependencies]
async-tar = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads entries from a TAR archive asynchronously.
Add tokio or async-std as a dependency and use the appropriate runtime.
No dependency data recorded yet.