Module string
Structsยง
- Kanzi
Str - Kanzi
String - Kanzi uses C++
std::stringinternally, and its internal representation differs from the RustStringtype. Rust strings represent a sequence of UTF-8 code points, while C++ strings are an array ofc_char.