pub fn load_at(manifest_path: &Path) -> Result<Manifest, ManifestError>Expand description
Load and validate a manifest at the given path.
manifest_path must point directly at the gruel.json file. Callers
who want directory-or-file semantics should use the higher-level
discover_* helpers (or the CLI’s classification logic) first.