Struct tape::Archive [] [src]

pub struct Archive { /* fields omitted */ }

An archive.

Methods

impl Archive
[src]

Open an archive.

Extract all files from the archive into a directory.

Trait Implementations

impl Drop for Archive
[src]

A method called when the value goes out of scope. Read more