Module widestring::ustr

source ·
Expand description

Wide string slices with undefined encoding.

This module contains wide string slices and related types.

Structs§

Type Aliases§

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