Function hpk::extract

source ·
pub fn extract<P>(
    options: &ExtractOptions,
    file: P,
    dest: P
) -> Result<(), HpkError>
where P: AsRef<Path>,