//! Per-language phonetic rule aggregator functions, grouped by language family.
//!
//! Each `<lang>_rules()` function builds a `Vec<RewriteRuleChar>` for one
//! supported language by pulling from `crate::phonetic::rules::<lang>`. The
//! aggregators are independent (no shared state) and are dispatched from
//! [`super::dispatch::rules_for_language`].