Module widestring::ucstr

source ·
Expand description

C-style wide string slices.

This module contains wide C string slices and related types.

Structs§

Type Aliases§

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