Function read_package_from_file

Source
pub fn read_package_from_file<P: AsRef<Path>>(
    format: Format,
    path: P,
) -> Result<ResourcePackage, ResourcePackageError>