Module icu_segmenter::grapheme
source · Structs§
- Implements the
Iterator
trait over the grapheme cluster boundaries of the given string. - Segments a string into grapheme clusters.
Type Aliases§
- Grapheme cluster break iterator for a Latin-1 (8-bit) string.
- Grapheme cluster break iterator for a potentially invalid UTF-8 string.
- Grapheme cluster break iterator for an
str
(a UTF-8 string). - Grapheme cluster break iterator for a UTF-16 string.