Module c_str
CStr and its related types.
Structs
-
Bytes
An iterator over the bytes of a
CStr, without the nul terminator. - CStr A dynamically-sized view of a C string.
- FromBytesUntilNulError An error indicating that no nul byte was present.
Enums
- FromBytesWithNulError An error indicating that a nul byte was not in the expected position.