Crate cstr8

Source
Expand description

String types that are both valid UTF-8 and nul-terminated.

Macros§

cstr8
Create a const &’static CStr8 from a const string.

Structs§

CStr8
String slice which is guaranteed UTF-8 and nul-terminated.
CString8alloc
Owned string which is guaranteed UTF-8 and nul-terminated.

Enums§

CStr8Error
An error converting to CStr8.
CString8Erroralloc
An error converting to CString8.