Skip to main content

parse_manifest

Function parse_manifest 

Source
pub fn parse_manifest(input: &str) -> Result<WorkspaceManifest, ManifestError>
Expand description

Parses and semantically validates a strict workspace manifest.

ยงErrors

Returns ManifestError for malformed YAML, unknown keys, unsupported versions, empty fields, or an empty repository registry.