Module widestring::ustring[][src]

Expand description

Owned, growable wide strings.

This module contains the UString strings and related types.

Structs

An owned, mutable “wide” string for FFI that is not nul-aware.

Type Definitions

An owned, mutable “wide” string for FFI that is not nul-aware.

An owned, mutable 32-bit wide string for FFI that is not nul-aware.

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