Function load_manifest
pub fn load_manifest(path: &Path) -> Result<CorpusManifest>Expand description
Parse and return a CorpusManifest from a TOML file.
§Errors
CodeLoreError::RepoIo (read-side input, exit 3) when the file cannot be
read; CodeLoreError::Analysis (exit 4) when the TOML is malformed.