A wide string library for converting to and from UTF-16 and UTF-32 strings, often used in Windows API or FFI.
# Cargo.toml
[dependencies]
widestring = "1.2.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a UTF-16 wide string from a Rust string.
Use `U16CString` for null-terminated strings or validate input.
No dependency data recorded yet.