Skip to main content

normalize_task_class

Function normalize_task_class 

Source
pub fn normalize_task_class(task_class: &str) -> String
Expand description

Normalize a task-class string for comparison: trimmed and ASCII-lowercased — the SAME normalization the hardcoded floor (crate::config::task_class_to_tier) applies, so a table rule matches exactly the strings the literal floor would have.