5 unstable releases

new 0.2.2 Mar 18, 2025
0.2.1 Feb 21, 2025
0.2.0 Jan 7, 2025
0.1.0 Jun 10, 2024
0.0.0 Feb 2, 2024

#332 in Windows APIs

Download history 1/week @ 2024-12-06 95/week @ 2025-01-03 36/week @ 2025-01-10 9/week @ 2025-01-31 3/week @ 2025-02-07 142/week @ 2025-02-21 10/week @ 2025-02-28 2/week @ 2025-03-07 65/week @ 2025-03-14

219 downloads per month

MIT/Apache

1.5MB
95 lines

Contains (DOS exe, 1.5MB) cppwinrt.exe

C++/WinRT

The cppwinrt crate bundles the C++/WinRT compiler for use in Rust.

Start by adding the following to your Cargo.toml file:

[dependencies.cppwinrt]
version = "0.2"

Use cppwinrt function as needed:

println!("{}", cppwinrt::cppwinrt(["-help"]));

Source:

Dependencies