Module widestring::ucstring[][src]

Expand description

C-style owned, growable wide strings.

This module contains the UCString strings and related types.

Structs

An owned, mutable C-style “wide” string for FFI that is nul-aware and nul-terminated.

Type Definitions

An owned, mutable C-style “wide” string for FFI that is nul-aware and nul-terminated.

An owned, mutable C-style wide string for FFI that is nul-aware and nul-terminated.

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