Sha256: 9acd610ba306d81afa172fbcd5b617baabe7b74441dafa22e143fcee64497c7d
Contents?: true
Size: 459 Bytes
Versions: 8
Compression:
Stored size: 459 Bytes
Contents
/*! Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs> [Feature search](https://microsoft.github.io/windows-rs/features/#/0.59.0) */ #![no_std] #![doc(html_no_source)] #![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, missing_docs, clippy::all)] #![cfg_attr(not(feature = "docs"), doc(hidden))] #[allow(unused_extern_crates)] extern crate self as windows_sys; pub mod core; include!("Windows/mod.rs");
Version data entries
8 entries across 8 versions & 1 rubygems