tokmd-export-tree 1.7.2

Single-responsibility deterministic tree rendering from tokmd ExportData.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# tokmd-export-tree

Single-responsibility microcrate for deterministic tree rendering from
`tokmd_types::ExportData`.

It provides two renderers:

- `render_analysis_tree`: full tree with file leaves and `(lines, tokens)` payloads
- `render_handoff_tree`: directory-only tree with `(files, lines, tokens)` payloads and depth limit

Both outputs are stable across input order for reproducible receipts and tests.