Expand description
String representations.
Structs§
- Byte string without UTF-8 validity guarantee.
- A string that is guaranteed to have exactly oneNULbyte, which is at the end.
- An owned string that is guaranteed to have exactly oneNULbyte, which is at the end.
Enums§
- Possible errors when using conversion functions inCStr.