Module widestring::ustr[][src]

Expand description

Wide string slices.

This module contains the UStr string slices and related types.

Structs

Helper struct for printing UStr values with format! and {}.

String slice reference for UString.

Type Definitions

String slice reference for U16String.

String slice reference for U32String.

Alias for U16Str or U32Str depending on platform. Intended to match typical C wchar_t size on platform.