Module widestring::ucstr[][src]

Expand description

C-style wide string slices.

This module contains the UCStr string slices and related types.

Structs

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

C-style wide string reference for UCString.

Type Definitions

C-style string reference for U16CString.

C-style string reference for U32CString.

Alias for U16CStr or U32CStr depending on platform. Intended to match typical C wchar_t size on platform.