tokmd-format
Render tokmd receipts into stable text and machine formats.
Problem
Use this crate when scan results need to become Markdown tables, JSON receipts, CSV or JSONL exports, CycloneDX SBOMs, or diff output without duplicating formatting logic.
What it gives you
print_lang_report/write_lang_report_toprint_module_report/write_module_report_towrite_export,write_export_csv_to,write_export_jsonl_to,write_export_json_to,write_export_cyclonedx_tocompute_diff_rows,compute_diff_totals,render_diff_md,create_diff_receiptscan_args,normalize_scan_input,redact_path,short_hash
Quick use / integration notes
[]
= { = true }
Call the print_* or write_* helpers from your own integration layer when
you need a specific output format.
Go deeper
Tutorial: Root README How-to: Recipes Reference: CLI Reference Explanation: Architecture Reference: Source