pub fn manifest_from_file(path: impl AsRef<Path>) -> Result<AppManifest, Error>
Expand description
Parses a V1 or V2 app manifest file into a AppManifest
.
pub fn manifest_from_file(path: impl AsRef<Path>) -> Result<AppManifest, Error>
Parses a V1 or V2 app manifest file into a AppManifest
.