Expand description
Wide string slices with undefined encoding.
This module contains wide 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 string values with
format!
and{}
. - U16Str
- 16-bit wide string slice with undefined encoding.
- U32Str
- 32-bit wide string slice with undefined encoding.