A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
//! These modules are all glue to support reading the MSVC version from
//! the registry and from COM interfaces.
// This is used in the crate's public API, so don't use #[cfg(windows)]
pubmodfind_tools;#[cfg(windows)]pub(crate)modwindows_sys;#[cfg(windows)]modregistry;#[cfg(windows)]#[macro_use]modwinapi;#[cfg(windows)]modcom;#[cfg(windows)]modsetup_config;#[cfg(windows)]modvs_instances;