Expand description
String representations.
Structs§
- BStr
- Byte string without UTF-8 validity guarantee.
- CStr
- A string that is guaranteed to have exactly one
NUL
byte, which is at the end. - CString
- An owned string that is guaranteed to have exactly one
NUL
byte, which is at the end.
Enums§
- CStr
Convert Error - Possible errors when using conversion functions in
CStr
.
Functions§
- as_
char_ ptr_ in_ const_ context - Returns a C pointer to the string.