tokmd-analysis-html 1.7.3

Single-responsibility HTML renderer for tokmd analysis receipts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# tokmd-analysis-html

Single-responsibility microcrate for rendering `AnalysisReceipt` values as a self-contained HTML report.

## What it does

- Produces a static HTML report from analysis receipts.
- Renders metric cards, top-file table rows, and embedded treemap JSON payload.
- Applies HTML and JSON escaping for browser-safe output.

## API

- `render(receipt: &AnalysisReceipt) -> String`