pub fn summarize(reader: &RunReader) -> Result<RunSummary>Expand description
Fold a run directory into a RunSummary.
Fails only if the manifest is unreadable — every other missing or
corrupt file lands in conclusion.warnings.
pub fn summarize(reader: &RunReader) -> Result<RunSummary>Fold a run directory into a RunSummary.
Fails only if the manifest is unreadable — every other missing or
corrupt file lands in conclusion.warnings.