Skip to main content

render_html

Function render_html 

Source
pub fn render_html(run: &AnalysisRun) -> Result<String>
Expand description

Render a full standalone HTML report for the given analysis run.

ยงErrors

Returns an error if template rendering or configuration serialization fails.