pub async fn unpack_raw(
    extension: &'static str,
    bundle_path: &Path,
    target_dir: Option<PathBuf>,
    manifest_path: &Path,
    force: bool
) -> Result<PathBuf, HcBundleError>
Expand description

Unpack a bundle into a working directory, returning the directory path used.