[][src]Function sn0int::archive::extract

pub fn extract<R: Read, P: AsRef<Path>>(
    read: &mut R,
    filter: &str,
    target: P
) -> Result<()>