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