Expand description
C-style owned, growable wide strings.
This module contains wide C strings and related types.
Structs§
- U16C
String - An owned, mutable C-style 16-bit wide string for FFI that is nul-aware and nul-terminated.
- U32C
String - An owned, mutable C-style 32-bit wide string for FFI that is nul-aware and nul-terminated.
Type Aliases§
- WideC
String - Alias for
U16String
orU32String
depending on platform. Intended to match typical Cwchar_t
size on platform.