Structs§
- GString
- String with support for Unicode graphemes
- GString
Iter - Created by
GString::into_iter
to iterate graphemes - GString
RefIter - Created by
GString::iter
to iterate graphemes by reference
Traits§
- GString
Trait - Trait for easy conversion to
GString
,Vec
of graphemes, orGraphemes
iterator from custom or foreign types like&str
andString