Module string

Structsยง

KanziStr
KanziString
Kanzi uses C++ std::string internally, and its internal representation differs from the Rust String type. Rust strings represent a sequence of UTF-8 code points, while C++ strings are an array of c_char.