pub fn read(path: &Path) -> Result<FoundationManifest, FoundationError>Expand description
Read and validate foundation.json. Returns a typed error on
schema mismatch, malformed JSON, or host incompatibility.
pub fn read(path: &Path) -> Result<FoundationManifest, FoundationError>Read and validate foundation.json. Returns a typed error on
schema mismatch, malformed JSON, or host incompatibility.