Expand description
Structs§
- ArrayZ
String - An array holding textual data that’s zero termianted.
- Char
Decoder - Decodes byte sequences as if they were utf-8.
- ZStr
- Borrowed and non-null pointer to zero-terminated text data.
- ZString
alloc
- Owning and non-null pointer to zero-terminated textual data.
Enums§
- ZString
Error - An error occurred while trying to make a
ZStr
orZString
.
Functions§
- zstrings_
as_ zstrs - Re-view a slice of ZString as a slice of ZStr