blob: a3dec057d5b69e90889f6ccf00612d2bd9b34ae5 [file] [log] [blame]
/*!
Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs>
*/
#![doc(html_no_source)]
#![allow(non_snake_case, clashing_extern_declarations)]
#![cfg_attr(feature = "debugger_visualizer", feature(debugger_visualizer), debugger_visualizer(natvis_file = "../windows.natvis"))]
extern crate self as windows;
mod Windows;
pub mod core;
pub use Windows::*;