wdk 0.1.0

Safe idiomatic bindings to APIs available in the Windows Development Kit (WDK)
1
2
3
4
5
6
7
// Copyright (c) Microsoft Corporation
// License: MIT OR Apache-2.0

fn main() -> Result<(), wdk_build::ConfigError> {
    // Re-export config from wdk-sys
    Ok(wdk_build::Config::from_env_auto()?.export_config()?)
}