pub fn parse_manifest(
path: &Path,
report: &mut dyn FnMut(&str, String),
) -> Option<Manifest>Expand description
Read a manifest, fail-closed (D28): an unknown field is E3011, a range pin
E3012, a missing file E3004 — each reported through report with the code
and the message. None when the manifest cannot be used.