pub fn split_string(s: &str) -> String
Return the first 30 Unicode grapheme clusters of the given string. This is a safe, user-facing truncation (not a logical ‘split’).