Module c_str

1.88.0 · Source
Expand description

CStr and its related types.

Structs§

CStr
Representation of a borrowed C string.
FromBytesUntilNulError
An error indicating that no nul byte was present.
BytesExperimental
An iterator over the bytes of a CStr, without the nul terminator.

Enums§

FromBytesWithNulError
An error indicating that a nul byte was not in the expected position.