cu-profiler-report 0.1.1

Report rendering (table, JSON, Markdown, JUnit, HTML) for cu-profiler
Documentation

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 cu_profiler_report::{render, Format};
// 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.