Back to Windows Rs

Readme

crates/libs/cppwinrt/readme.md

73667 B
Original Source

C++/WinRT

The cppwinrt crate bundles the C++/WinRT compiler for use in Rust.

Start by adding the following to your Cargo.toml file:

toml
[dependencies.cppwinrt]
version = "0.3"

Use cppwinrt function as needed:

rust
println!("{}", cppwinrt::cppwinrt(["-help"]));

Source: