pub fn load_all_rules() -> Vec<LanguageRules>Expand description
Load and deserialize all language rules.
ยงPanics
Panics if any embedded YAML rule file fails to deserialize. This is intentional: these files are compiled into the binary, so a parse failure indicates a build-time error that must be fixed before shipping.