dahosek / finl_unicode

Unicode support for the finl project
Apache License 2.0
13 stars 7 forks source link

Missing unicode_segmentation::GraphemeIndices equivalent struct #16

Open gwenn opened 11 months ago

gwenn commented 11 months ago

unicode_segmentation::Graphemes can be replaced by finl_unicode::grapheme_clusters::Graphemes. But there is no replacement for unicode_segmentation::GraphemeIndices. Would you be interested by providing one ?

dahosek commented 11 months ago

I can put it on the roadmap. Do you have a use case for this that I can use for benchmarking/testing?

gwenn commented 11 months ago

Not really, but termwiz should be able to remove unicode_segmentation (and keep only finl_unicode). And rustyline could replace unicode_segmentation by finl_unicode.