Hacker News new | ask | show | jobs
by bquinlan 3437 days ago
You can iterate over Grapheme clusters using the standard library: https://doc.rust-lang.org/1.3.0/std/str/struct.Graphemes.htm...
1 comments

Those are unstable docs for 1.3; they don't exist in today's Rust.