Decision Workspace
async-tar vs astral-tokio-tar vs tar
Side-by-side comparison of Rust crates
A 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.
A 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.
A Rust implementation of a 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.
Core Metrics
| async-tar | astral-tokio-tar | tar | |
|---|---|---|---|
| Health Score | 61 | 70 | 64 |
| Total Downloads | 7.2M | 16.1M | 190.0M |
| 30d Downloads | 193.2K | 1.8M | 9.1M |
| Dependents | 397 | 511 | 38.2K |
| Releases | 12 | 12 | 81 |
| Last Updated | 42d ago | 18d ago | 56d ago |
| Age | 6y 6m | 1y 5m | 11y 8m |
Health Breakdown
Technical Details
| async-tar | astral-tokio-tar | tar | |
|---|---|---|---|
| Version | 0.6.1 | 0.6.3 | 0.4.46 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 12 | 10 | 8 |
| Crate Size | 57KB | 77KB | 71KB |
| Features | 3 | 1 | 1 |
| Yanked % | 0.0% | 0.0% | 1.2% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85 | 1.83.0 | 1.63 |
| Owners | 1 | 3 | 1 |
Links
Quick Verdict
- •astral-tokio-tar leads with a health score of 70/100, but none of the options score above 80.
- •tar has the most downloads (190.0M), suggesting wider adoption.
- •tar is depended on by 38.2K crates — strongest ecosystem trust.