pub fn extract<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Extract all the files from the specified archive to the current directory.

TODO: Accept an output path?