Expand description

Owned, growable wide strings with undefined encoding.

This module contains wide strings and related types.

Structs

A draining iterator for string data with unknown encoding.

An owned, mutable 16-bit wide string with undefined encoding.

An owned, mutable 32-bit wide string with undefined encoding.

Type Definitions

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