[go: up one dir, main page]

windows 0.30.0

Rust for Windows
Documentation
1
2
3
4
5
6
7
8
9
10
/*!
Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs>
*/

#![doc(html_no_source)]

extern crate self as windows;
mod Windows;
pub mod core;
pub use Windows::*;