pub fn extract<S: AsRef<Path>, P: AsRef<Path>>(
    source: S,
    fmt: PkgFmt,
    path: P
) -> Result<(), Error>
Expand description

Extract files from the specified source onto the specified path