Crate gstring

Source

Structs§

GString
String with support for Unicode graphemes
GStringIter
Created by GString::into_iter to iterate graphemes
GStringRefIter
Created by GString::iter to iterate graphemes by reference

Traits§

GStringTrait
Trait for easy conversion to GString, Vec of graphemes, or Graphemes iterator from custom or foreign types like &str and String

Functions§

graphemes
Create a Vec of graphemes from a &str