[go: up one dir, main page]

windows 0.36.1

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>
*/

#![doc(html_no_source)]
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, clashing_extern_declarations, unused_variables, dead_code, clippy::all)]

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