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