Expand description
C-style owned, growable wide strings.
This module contains wide C strings and related types.
Structs§
- An owned, mutable C-style 16-bit wide string for FFI that is nul-aware and nul-terminated.
- An owned, mutable C-style 32-bit wide string for FFI that is nul-aware and nul-terminated.
Type Aliases§
- Alias for
U16StringorU32Stringdepending on platform. Intended to match typical Cwchar_tsize on platform.