minitar

Crates.iominitar
lib.rsminitar
version0.2.1
sourcesrc
created_at2021-02-22 03:49:46.4116
updated_at2022-06-02 02:30:58.024607
descriptionA minimal implementation of the tape archive (tar) format in rust.
homepage
repositoryhttps://github.com/genonullfree/minitar
max_upload_size
id358778
size27,468
geno (genonullfree)

documentation

README

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.

Commit count: 58

cargo fmt