3 releases (breaking)

0.2.0 Jan 7, 2025
0.1.0 Jun 10, 2024
0.0.0 Feb 2, 2024

#309 in Windows APIs

Download history 1/week @ 2024-10-06 11/week @ 2024-10-13 1/week @ 2024-10-20 2/week @ 2024-11-03 1/week @ 2024-12-08 113/week @ 2025-01-05 18/week @ 2025-01-12

131 downloads per month

MIT/Apache

1.5MB

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.1"

Use cppwinrt function as needed:

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

Source:

No runtime deps