[][src]Module unsegen::base::grapheme_cluster

Types related to grapheme cluster in utf8 encoding.

Structs

GraphemeCluster

A single grapheme cluster encoded in utf8. It may consist of multiple bytes or even multiple chars. For details on what a grapheme cluster is, read this or similar.

GraphemeClusterIter

An iterator over a sequence of grapheme clusters

Enums

GraphemeClusterError

An error associated with the creation of GraphemeCluster from arbitrary strings.