1 unstable release
| 0.3.2 | Aug 4, 2025 |
|---|
#415 in Windows APIs
1.5MB
96 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.3"
Use cppwinrt function as needed:
println!("{}", winpty_rs_cppwinrt::cppwinrt(["-help"]));
Source: