| Crates.io | cppwinrt |
| lib.rs | cppwinrt |
| version | 0.3.3 |
| created_at | 2024-02-02 15:44:33.209705+00 |
| updated_at | 2025-09-04 20:20:09.319031+00 |
| description | C++/WinRT |
| homepage | |
| repository | https://github.com/microsoft/windows-rs |
| max_upload_size | |
| id | 1124456 |
| size | 1,316,855 |
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!("{}", cppwinrt::cppwinrt(["-help"]));
Source: