Expand description
UTF string slices.
This module contains UTF string slices and related types.
Structs§
- An iterator over the
chars of a string slice, and their positions - An iterator over the
chars of a string slice, and their positions - An iterator over the
chars of a UTF-16 string slice - An iterator over the
chars of a UTF-32 string slice - An iterator over the
u16code units of a UTF-16 string slice - The return type of
Utf16Str::escape_debug. - The return type of
Utf16Str::escape_default. - The return type of
Utf16Str::escape_unicode. - UTF-16 string slice for
Utf16String. - UTF-32 string slice for
Utf32String.