Docs.rs
windows-app-0.17.2
This release has been yanked
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
windows-app 0.17.2
Windows App SDK
Crate
Source
Builds
Feature flags
Hide files
.windows
src
.cargo_vcs_info.json
.gitattributes
.gitignore
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
1
2
3
4
5
fn
main
(
)
{
windows
::
build
!
{
Windows
::
Win32
::
UI
::
WindowsAndMessaging
::
MessageBoxW
,
}
;
}