3 unstable releases
0.2.1 | Jun 2, 2022 |
---|---|
0.2.0 | May 31, 2022 |
0.1.0 | Feb 22, 2021 |
#543 in Compression
18KB
347 lines
minitar
A minimal implementation of the tape archive (tar) format. This implementation supports tar-ing files, directories, and symlinks. It supports creating a new tar file, as well as opening an already existing tar file. Individual files can be added or removed from the loaded tar files, and then written back down to a disk or device.
Usage as a library
minitar = "0.2.0"
See the cargo docs for usage and more information.
Dependencies
~3MB
~69K SLoC