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
8,526 downloads per month
Used in 19 crates
(5 directly)
12KB
183 lines
find-winsdk
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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