🔬This is a nightly-only experimental API. (
c_str_module
)Expand description
CStr
and its related types.
Structs§
- Bytes
Experimental - An iterator over the bytes of a
CStr
, without the nul terminator. - CStr
Experimental - Representation of a borrowed C string.
- From
Bytes Until NulError Experimental - An error indicating that no nul byte was present.
Enums§
- From
Bytes With NulError Experimental - An error indicating that a nul byte was not in the expected position.