summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/lib.rs
blob: fed8d6eb20b9b1fc94721d54aacbbebd437ff464 (plain)
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::*;