#win-sdk #detection #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

#420 in Build Utils

Download history 3660/week @ 2024-07-27 2992/week @ 2024-08-03 2994/week @ 2024-08-10 2790/week @ 2024-08-17 2597/week @ 2024-08-24 2707/week @ 2024-08-31 3110/week @ 2024-09-07 2100/week @ 2024-09-14 3057/week @ 2024-09-21 1707/week @ 2024-09-28 2257/week @ 2024-10-05 2705/week @ 2024-10-12 1755/week @ 2024-10-19 1316/week @ 2024-10-26 2811/week @ 2024-11-02 1445/week @ 2024-11-09

7,880 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–355KB