Module ustring

Source
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§

WideString
Alias for U16String or U32String depending on platform. Intended to match typical C wchar_t size on platform.