windows-reactor-setup 0.100.0

Windows App SDK runtime setup for windows-reactor
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 2 items with examples
  • Size
  • Source code size: 186.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 124.14 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 38s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • microsoft/windows-rs
    12751 664 24
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kennykerr

windows-reactor-setup

Windows Reactor Setup stages the Windows App SDK runtime files needed by a windows-reactor application that runs fully self-contained.

Add it as a build dependency:

[build-dependencies]
windows-reactor-setup = "0.100"

Call the setup function from build.rs:

windows_reactor_setup::as_self_contained();