Skip to main content

write_html

Function write_html 

Source
pub fn write_html(run: &AnalysisRun, output_path: &Path) -> Result<()>
Expand description

Render an HTML report and write it to output_path.

ยงErrors

Returns an error if rendering fails or the file cannot be written.