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.
cargo add tar
[dependencies]
tar = "0.4.46"
| 官网 | https://github.com/composefs/tar-rs |
|---|---|
| 仓库 | https://github.com/composefs/tar-rs |
| 文档 | https://docs.rs/tar |
| 最新版本 | 0.4.46 |