Module widestring::ustr
source · Expand description
Wide string slices with undefined encoding.
This module contains wide string slices and related types.
Structs§
- A lossy iterator over the
char
s of a string slice, and their positions. - A lossy iterator over the
char
s of a string slice, and their positions. - An iterator over the decoded
char
s of a string slice, and their positions. - An iterator over the decoded
char
s of a string slice, and their positions. - A lossy iterator over UTF-16 decoded
char
s of a string slice. - A lossy iterator over UTF-32 decoded
char
s of a string slice. - An iterator over UTF-16 decoded
char
s of a string slice. - An iterator over UTF-32 decoded
char
s of a string slice. - Helper struct for printing wide string values with
format!
and{}
. - 16-bit wide string slice with undefined encoding.
- 32-bit wide string slice with undefined encoding.