#detection #win-sdk #detect #winapi #install

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

#442 in Build Utils

Download history 2753/week @ 2024-08-30 3105/week @ 2024-09-06 2365/week @ 2024-09-13 2647/week @ 2024-09-20 2286/week @ 2024-09-27 2002/week @ 2024-10-04 2619/week @ 2024-10-11 1999/week @ 2024-10-18 1330/week @ 2024-10-25 2421/week @ 2024-11-01 2136/week @ 2024-11-08 1348/week @ 2024-11-15 1529/week @ 2024-11-22 1378/week @ 2024-11-29 1363/week @ 2024-12-06 1436/week @ 2024-12-13

5,982 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–270KB