pub async fn expand_unknown_bundle(
bundle_path: &Path,
extension: &'static str,
manifest_file_name: &'static str,
target_dir: Option<PathBuf>,
force: bool,
) -> Result<PathBuf, HcBundleError>Expand description
Unpack a bundle into a working directory, returning the directory path used.