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
219 downloads per month
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: