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