parse_evalset

Function parse_evalset 

Source
pub fn parse_evalset(path: &Path) -> Result<EvalSetFile, EvalError>
Expand description

Parse an .evalset.json file from disk.

ยงErrors

Returns EvalError::Io if the file cannot be read, or EvalError::Parse if the JSON is invalid.