4 releases (stable)
Uses new Rust 2024
| new 1.8.0-rc.1 | Mar 16, 2026 |
|---|---|
| 1.7.3 | Mar 6, 2026 |
| 1.7.2 | Feb 25, 2026 |
| 1.7.1 | Feb 24, 2026 |
#1334 in Debugging
Used in tokmd
26KB
210 lines
tokmd-analysis-explain
Single-responsibility microcrate for analysis metric/finding explanation lookup.
What it does
- Normalizes user-provided metric keys and aliases.
- Resolves a key to a concise explanation string.
- Emits a deterministic catalog of available explanation keys.
API
lookup(key: &str) -> Option<String>catalog() -> String