windows-strings-0.4.1 has been yanked.
Windows string types
The windows-strings crate provides common Windows string types used by various Windows APIs.
Start by adding the following to your Cargo.toml file:
[]
= "0.4"
Use the Windows string types as needed:
use *;
const A: PCSTR = s!;
const W: PCWSTR = w!;