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
analyzederive_report,build_treeAnalysisContext,AnalysisRequest,AnalysisPresetImportGranularity- Re-exports of
AnalysisLimits,NearDupScope, andnormalize_root
Example
use derive_report;
use ;
let export = ExportData ;
let report = derive_report;
assert_eq!;
assert_eq!;
assert!;
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
- Tutorial: Tutorial
- How-to: Recipes
- Reference: Architecture, CLI reference
- Explanation: Explanation