$ astral-tokio-tar
v0.6.0MAJOR UPDATEA Rust implementation of an async TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once.
Latest Update Summary
Crate
Name: astral-tokio-tar New version: 0.6.0 Release date: 2026-03-16T15:01:53.988171Z
Crate readme
Short description
A tokio-based tar archive reader and writer.
Long description
This crate is a powerful fork of previous async tar crates, enhancing performance and fixing issues found in alexcrichton/tar-rs. It offers improved control over file permissions and the extraction of symlinks, making it secure for varied OS and filesystem behaviors.
Features • tokio-based • performance improvements • customizable permission settings • control over external symlinks
Code Examples
Links • https://github.com/edera-dev/tokio-tar • https://github.com/vorot93/tokio-tar • https://github.com/dignifiedquire/async-tar • https://github.com/alexcrichton/tar-rs • CHANGELOG.md • http://www.apache.org/licenses/LICENSE-2.0 • http://opensource.org/licenses/MIT
https://docs.rs/tokio-tar https://api.github.com/repos/astral-sh/tokio-tar/releases/256034101
Release info
Release version:
Release description
Code Examples
Minor update: 0.5.6 → 0.6.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add astral-tokio-tarOr add to Cargo.toml: astral-tokio-tar = "0.6.0"