windows 0.62.2

Rust for Windows
Documentation
1
2
3
4
5
6
#[cfg(feature = "Security_Authentication_Identity")]
pub mod Identity;
#[cfg(feature = "Security_Authentication_OnlineId")]
pub mod OnlineId;
#[cfg(feature = "Security_Authentication_Web")]
pub mod Web;