vcvars 0.1.1

Provides access to the environment variables set by vcvars that comes with a Microsoft Visual Studio installation.
Documentation
[<img alt="crates.io" src="https://img.shields.io/crates/v/vcvars.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/vcvars)

Provides access to the environment variables set by [vcvars](https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line#use-the-developer-tools-in-an-existing-command-window). Requires [Microsoft Visual Studio](https://visualstudio.microsoft.com/) to be installed.

To be put in the build dependencies and used in a build script.

The author has no affiliation with Microsoft.

# License


Licensed under either of

* Apache License, Version 2.0
  ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
  ([LICENSE-MIT]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.