winpty-rs-cppwinrt 0.3.2

C++/WinRT
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 2 items with examples
  • Size
  • Source code size: 1.31 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 157.02 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • microsoft/windows-rs
    12707 658 36
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • andfoy

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: