[go: up one dir, main page]

windows-sys 0.34.0

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

#![no_std]
#![doc(html_no_source)]

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