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 Definitions

Alias for Utf16String or Utf32String depending on platform. Intended to match typical C wchar_t size on platform.