split_string

Function split_string 

Source
pub fn split_string(s: &str) -> String
Expand description

Return the first 30 Unicode grapheme clusters of the given string. This is a safe, user-facing truncation (not a logical ‘split’).