tokmd-analysis-util
Shared normalization, limits, and math helpers for analysis code.
Problem
You need deterministic helpers without dragging in orchestration or receipt-specific logic.
What it gives you
AnalysisLimitsnormalize_path,normalize_rootpath_depth,is_test_path,is_infra_langnow_ms,empty_file_rowgini_coefficient,percentile,round_f64,safe_ratio
Integration notes
- No feature flags.
- Pure helper crate with deterministic path and ratio utilities.
- Re-exports math helpers from
tokmd-math.
Go deeper
- Tutorial: Tutorial
- How-to: Recipes
- Reference: Architecture, Root README
- Explanation: Explanation