| com.rs |
|
2817 |
- |
| find_tools.rs |
An internal use crate to looking for windows-specific tools:
1. On Windows host, probe the Windows Registry if needed;
2. On non-Windows host, check specified environment variables. |
60792 |
- |
| lib.rs |
These modules are all glue to support reading the MSVC version from
the registry and from COM interfaces. |
525 |
- |
| registry.rs |
|
6433 |
- |
| setup_config.rs |
|
8865 |
- |
| tool.rs |
|
1095 |
- |
| vs_instances.rs |
|
6494 |
- |
| winapi.rs |
|
4588 |
- |
| windows_link.rs |
Provides the `link!` macro used by the generated windows bindings.
This is a simple wrapper around an `extern` block with a `#[link]` attribute.
It's very roughly equivalent to the windows-targets crate. |
902 |
- |
| windows_sys.rs |
|
6030 |
- |