Expand description
C-style wide string slices.
This module contains wide C string slices and related types.
Structs§
- Char
Indices Lossy Utf16 - A lossy iterator over the
char
s of a string slice, and their positions. - Char
Indices Lossy Utf32 - A lossy iterator over the
char
s of a string slice, and their positions. - Char
Indices Utf16 - An iterator over the decoded
char
s of a string slice, and their positions. - Char
Indices Utf32 - An iterator over the decoded
char
s of a string slice, and their positions. - Chars
Lossy Utf16 - A lossy iterator over UTF-16 decoded
char
s of a string slice. - Chars
Lossy Utf32 - A lossy iterator over UTF-32 decoded
char
s of a string slice. - Chars
Utf16 - An iterator over UTF-16 decoded
char
s of a string slice. - Chars
Utf32 - An iterator over UTF-32 decoded
char
s of a string slice. - Display
- Helper struct for printing wide C string values with
format!
and{}
. - U16CStr
- C-style 16-bit wide string slice for
U16CString
. - U32CStr
- C-style 32-bit wide string slice for
U32CString
.