Expand description
CStr and its related types.
Structs§
- CStr
- Representation of a borrowed C string.
- FromBytes Until NulError 
- An error indicating that no nul byte was present.
- BytesExperimental 
- An iterator over the bytes of a CStr, without the nul terminator.
Enums§
- FromBytes With NulError 
- An error indicating that a nul byte was not in the expected position.