Skip to main content

load_baseline

Function load_baseline 

Source
pub fn load_baseline(path: &Path) -> Result<Option<Baseline>>
Expand description

Load the baseline from a JSON file.

Returns Ok(None) if the file does not exist. Returns Err if the file exists but cannot be read or parsed.