nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Add unicode-segmentation #55

Open florian-escola opened 1 year ago

florian-escola commented 1 year ago

https://crates.io/crates/unicode-segmentation

I think this seems to be the go-to way for doing things like iterating over grapheme clusters.

Maybe some other crates from https://github.com/unicode-rs would make sense as well?

nicoburns commented 1 year ago

I'm definitely keen to add some unicode crates (and string handling in general). But I'm a little lacking in expertise on rust crates in this domain (having not really used these crates much myself) so I think some research will need to be done (either by me, or by someone else who can present their results) before I can confidently make recommendations.