Crate tape

Source
Expand description

Basic operations with tape archives (tar).

§Example

let (from, into) = ("foo.tar", "bar");
tape::open(from).unwrap().extract(into).unwrap();

Structs§

Archive
An archive.

Functions§

open
Open an archive.