Tape Version Status

The library provides basic operations with tape archives (tar).

Documentation

Example

rust // tar -xf foo.tar -C bar let (from, into) = ("foo.tar", "bar"); tape::open(from).unwrap().extract(into).unwrap();

Acknowledgments

The library is based on libtar written by Mark D. Roth.

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.