Expand description
Owned, growable UTF strings.
This module contains UTF strings and related types.
Structs§
- Drain
Utf16 - A draining iterator for
Utf16String
. - Drain
Utf32 - A draining iterator for
Utf32String
. - Utf16
String - A UTF-16 encoded, growable owned string.
- Utf32
String - A UTF-32 encoded, growable owned string.
Type Aliases§
- Wide
UtfString - Alias for
Utf16String
orUtf32String
depending on platform. Intended to match typical Cwchar_t
size on platform.