cppwinrt

Crates.iocppwinrt
lib.rscppwinrt
version0.3.4
created_at2024-02-02 15:44:33.209705+00
updated_at2025-10-06 19:15:53.62599+00
descriptionC++/WinRT
homepage
repositoryhttps://github.com/microsoft/windows-rs
max_upload_size
id1124456
size1,316,208
Kenny Kerr (kennykerr)

documentation

README

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!("{}", cppwinrt::cppwinrt(["-help"]));

Source:

Commit count: 1766

cargo fmt