cu-profiler-report
Report rendering for cu-profiler.
Renders a cu_profiler_core::model::Report to table, JSON, Markdown,
JUnit XML, or self-contained HTML. The crate holds no analysis logic — it
only formats already-computed data, keeping the raw-data/presentation boundary
clean.
use ;
// let report = ...; // from cu-profiler-core
// let html = render(&report, Format::Html)?;
See the project README for details. Licensed under MIT OR Apache-2.0.