pub fn manifest_from_str(v1_or_v2_toml: &str) -> Result<AppManifest, Error>
Expand description
Parses a V1 or V2 app manifest into a AppManifest
.
pub fn manifest_from_str(v1_or_v2_toml: &str) -> Result<AppManifest, Error>
Parses a V1 or V2 app manifest into a AppManifest
.