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.
pub fn render_html(run: &AnalysisRun) -> Result<String>Render a full standalone HTML report for the given analysis run.
Returns an error if template rendering or configuration serialization fails.