Docs.rs
vcvars-0.1.6
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vcvars 0.1.6
Provides access to the environment variables set by vcvars that comes with a Microsoft Visual Studio installation.
Crate
Source
Builds
Feature flags
Documentation
Hide files
.vscode
src
.cargo_vcs_info.json
.gitignore
build.rs
Cargo.toml
Cargo.toml.orig
LICENSE-APACHE
LICENSE-MIT
README.md
1
2
3
fn
main
(
)
{
//
(Make env var `OUT_DIR` defined in tests just by existence of build script.)
}