| Crates.io | winpty-rs-cppwinrt |
| lib.rs | winpty-rs-cppwinrt |
| version | 0.3.2 |
| created_at | 2025-08-04 18:35:57.417933+00 |
| updated_at | 2025-08-04 18:35:57.417933+00 |
| description | C++/WinRT |
| homepage | |
| repository | https://github.com/microsoft/windows-rs |
| max_upload_size | |
| id | 1781027 |
| size | 1,316,437 |
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: