3 releases (breaking)

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

#325 in Windows APIs

Download history 8/week @ 2024-09-24 2/week @ 2024-10-01 5/week @ 2024-10-08 7/week @ 2024-10-15 1/week @ 2024-10-29 1/week @ 2024-11-05 1/week @ 2024-12-10 129/week @ 2025-01-07

129 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