tokmd-model 1.9.0

Deterministic aggregation and receipt modeling for tokmd. Tier 2 stability.
Documentation

tokmd-model

Deterministic aggregation and receipt modeling for tokmd.

Problem

Raw scan results are not stable enough yet for output, diffing, or receipt generation.

What it gives you

  • collect_file_rows
  • create_lang_report
  • create_module_report
  • create_export_data
  • unique_parent_file_count
  • normalize_path
  • module_key

API / usage notes

  • This crate owns aggregation, sorting, filtering, and path normalization.
  • It turns tokei::Languages plus optional in-memory inputs into tokmd receipts.
  • src/lib.rs shows the exact report-building helpers and invariants.

Go deeper