Sha256: e5567f0c006a0fc45611d094303635675cbb8fc79352ee47e03037437918aaff
Contents?: true
Size: 315 Bytes
Versions: 29
Compression:
Stored size: 315 Bytes
Contents
/*! Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs> */ #![no_std] #![doc(html_no_source)] #![allow(non_snake_case, clashing_extern_declarations)] #![cfg_attr(windows_raw_dylib, feature(raw_dylib))] extern crate self as windows_sys; mod Windows; pub mod core; pub use Windows::*;
Version data entries
29 entries across 27 versions & 1 rubygems