#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

#450 in Build Utils

Download history 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 1599/week @ 2024-12-13 1255/week @ 2024-12-20 917/week @ 2024-12-27 1815/week @ 2025-01-03 1710/week @ 2025-01-10 1807/week @ 2025-01-17 1112/week @ 2025-01-24

6,620 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–350KB