Konubinix' opinionated web of thoughts

Strings in Rust

Fleeting

Getting grapheme clusters from strings is complex, so this functionality is not provided by the standard library. Crates are available on crates.io if this is the functionality you need.

https://doc.rust-lang.org/stable/book/ch08-02-strings.html