Expand description
String types that are both valid UTF-8 and nul-terminated.
Macros§
Structs§
- CStr8
- String slice which is guaranteed UTF-8 and nul-terminated.
- CString8
alloc - Owned string which is guaranteed UTF-8 and nul-terminated.
Enums§
- CStr8
Error - An error converting to
CStr8. - CString8
Error alloc - An error converting to
CString8.