cppwinrt

Crates.iocppwinrt
lib.rscppwinrt
version0.3.3
created_at2024-02-02 15:44:33.209705+00
updated_at2025-09-04 20:20:09.319031+00
descriptionC++/WinRT
homepage
repositoryhttps://github.com/microsoft/windows-rs
max_upload_size
id1124456
size1,316,855
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: 1734

cargo fmt