Expand description
Owned, growable wide strings with undefined encoding.
This module contains wide strings and related types.
Structs§
- Drain
- A draining iterator for string data with unknown encoding.
- U16String
- An owned, mutable 16-bit wide string with undefined encoding.
- U32String
- An owned, mutable 32-bit wide string with undefined encoding.
Type Aliases§
- Wide
String - Alias for
U16String
orU32String
depending on platform. Intended to match typical Cwchar_t
size on platform.