winpty-rs-cppwinrt

Crates.iowinpty-rs-cppwinrt
lib.rswinpty-rs-cppwinrt
version0.3.2
created_at2025-08-04 18:35:57.417933+00
updated_at2025-08-04 18:35:57.417933+00
descriptionC++/WinRT
homepage
repositoryhttps://github.com/microsoft/windows-rs
max_upload_size
id1781027
size1,316,437
Edgar Andrés Margffoy Tuay (andfoy)

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

Source:

Commit count: 1734

cargo fmt