]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys-0.42.0/src/lib.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / windows-sys-0.42.0 / src / lib.rs
1 /*!
2 Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs>
3 */
4
5 #![no_std]
6 #![doc(html_no_source)]
7 #![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, clashing_extern_declarations)]
8
9 extern crate self as windows_sys;
10 mod Windows;
11 pub mod core;
12 pub use Windows::*;