windows 0.44.0

Rust for Windows
Documentation
1
2
3
4
5
6
#[cfg(feature = "Win32_Storage_Packaging_Appx")]
pub mod Appx;
#[cfg(feature = "Win32_Storage_Packaging_Opc")]
pub mod Opc;
#[cfg(feature = "implement")]
::core::include!("impl.rs");