Module widestring::utfstring
source · Expand description
Owned, growable UTF strings.
This module contains UTF strings and related types.
Structs§
- A draining iterator for
Utf16String
. - A draining iterator for
Utf32String
. - A UTF-16 encoded, growable owned string.
- A UTF-32 encoded, growable owned string.
Type Aliases§
- Alias for
Utf16String
orUtf32String
depending on platform. Intended to match typical Cwchar_t
size on platform.