#win-sdk #detection #detect #winapi

build find-winsdk

Provides support for detecting Windows SDK installations

3 unstable releases

Uses old Rust 2015

0.2.0 Jul 18, 2018
0.1.1 Jul 1, 2018
0.1.0 Jul 1, 2018

#355 in Build Utils

Download history 2783/week @ 2024-01-03 2991/week @ 2024-01-10 3230/week @ 2024-01-17 3150/week @ 2024-01-24 1864/week @ 2024-01-31 1957/week @ 2024-02-07 2820/week @ 2024-02-14 2959/week @ 2024-02-21 3222/week @ 2024-02-28 2659/week @ 2024-03-06 3321/week @ 2024-03-13 3290/week @ 2024-03-20 2682/week @ 2024-03-27 4414/week @ 2024-04-03 2681/week @ 2024-04-10 2635/week @ 2024-04-17

12,999 downloads per month
Used in 19 crates (5 directly)

Apache-2.0 OR MIT

12KB
183 lines

find-winsdk

Travis CI AppVeyor Crates.io Docs.rs

Provides support for detecting Windows SDK installations.

Example

extern crate find_winsdk;

use find_winsdk::{SdkInfo, SdkVersion};

fn main() {
    println!("{:?}", SdkInfo::find(SdkVersion::Any).unwrap().unwrap());
}

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0–370KB