tokmd-analysis 1.11.1

Analysis logic and enrichers for tokmd receipts.
Documentation

tokmd-analysis

Orchestrates analysis presets and enrichers for tokmd receipts.

Problem

You need one analysis entrypoint that can assemble receipt enrichments without wiring every leaf crate yourself.

What it gives you

  • analyze
  • AnalysisContext, AnalysisRequest, AnalysisPreset
  • ImportGranularity
  • Re-exports of AnalysisLimits, NearDupScope, and normalize_root

Integration notes

  • Default features: fun, topics, archetype, effort.
  • Optional features: git, walk, content, halstead, effort, fun, topics, archetype.
  • Use this crate when you want preset-driven orchestration or a focused analysis report.
  • Analysis leaf implementations are owner modules inside this crate, not separate public crates to depend on or restore.
  • Rendering analysis receipts belongs in tokmd-format::analysis.

Go deeper