$ tar

v0.4.45

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.

Downloads: 140.6M
Recent: 23.5M
Versions: 80
Updated: March 19, 2026

Patch update: 0.4.44 → 0.4.45

$ DOWNLOADS TREND

101.6M140.6M

$ VERSION HISTORY

v0.4.45March 19, 2026
v0.4.44February 22, 2025

$ LINKS

$ INSTALL

cargo add tar

Or add to Cargo.toml: tar = "0.4.45"