windows 0.44.0

Rust for Windows
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "Security_Authentication_Identity")]
pub mod Identity;
#[cfg(feature = "Security_Authentication_OnlineId")]
pub mod OnlineId;
#[cfg(feature = "Security_Authentication_Web")]
pub mod Web;
#[cfg(feature = "implement")]
::core::include!("impl.rs");