Skip to main content

Module c_str

Module c_str 

Source
Expand description

Nul-terminated byte strings.

Structs§

CString
A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle.
FromCharsUntilNulError
FromCharsWithNulError
NulStr
Safe wrapper for immutable borrowed C strings, guaranteed to be the same layout as *const u8.

Enums§

Thin
Wide

Traits§

Kind

Type Aliases§

CStr
WStr