Expand description
FFI and OS-string helpers
OS string types and null-terminated C strings for #![no_std] use.
Structs§
- CString
- A heap-allocated, null-terminated byte string suitable for C APIs.
- Encode
Wide - Iterator that yields UTF-16 code units for a
str. - NulError
- Error returned when a string contains an interior null byte.