Rust tools for Visual C++

String to UTF-16 literal converter

Rust has no support for UTF-16 string literals, which are needed to talk to Windows APIs. This tool converts your string literals to u16 arrays.

Input string:

Output code: