pub fn parse_evalset(path: &Path) -> Result<EvalSetFile, EvalError>
Parse an .evalset.json file from disk.
.evalset.json
Returns EvalError::Io if the file cannot be read, or EvalError::Parse if the JSON is invalid.
EvalError::Io
EvalError::Parse