#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

#414 in Build Utils

Download history 3321/week @ 2024-03-13 3290/week @ 2024-03-20 2682/week @ 2024-03-27 4414/week @ 2024-04-03 2696/week @ 2024-04-10 3334/week @ 2024-04-17 4085/week @ 2024-04-24 1876/week @ 2024-05-01 1830/week @ 2024-05-08 2666/week @ 2024-05-15 1911/week @ 2024-05-22 2804/week @ 2024-05-29 2861/week @ 2024-06-05 2086/week @ 2024-06-12 1897/week @ 2024-06-19 1162/week @ 2024-06-26

8,526 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–365KB