Skip to main content

extract

Function extract 

Source
pub fn extract(
    archive: &str,
    src: &Path,
    dest: &Path,
    raw_name: &str,
    strip: u32,
) -> VtaResult<()>
Expand description

Materialize an artifact’s bytes into dest according to its archive kind, stripping strip leading path components (the provider’s layout).