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

#454 in Build Utils

Download history 1442/week @ 2024-11-17 1387/week @ 2024-11-24 1531/week @ 2024-12-01 1288/week @ 2024-12-08 1716/week @ 2024-12-15 1078/week @ 2024-12-22 1274/week @ 2024-12-29 1562/week @ 2025-01-05 1771/week @ 2025-01-12 1813/week @ 2025-01-19 1238/week @ 2025-01-26 1215/week @ 2025-02-02 1744/week @ 2025-02-09 1485/week @ 2025-02-16 1778/week @ 2025-02-23 913/week @ 2025-03-02

6,086 downloads per month
Used in 20 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–340KB