kanzi
0.8.0
Module string
Module Items
Structs
In crate kanzi
kanzi
Module
string
Copy item path
Structs
ยง
Kanzi
Str
Kanzi
String
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
.