The Microsoft COFF Binary File Dumper (DUMPBIN.EXE) displays information about Common Object File Format (COFF) binary files. You can use DUMPBIN to examine COFF object files, standard libraries of COFF objects, executable files, and dynamic-link libraries (DLLs).
This library provides a wrapper around the executable (Must be in the system) to simplify the usage in compilation phases.
Use this tool inside your rust script to validate that the builded executables have the VCRuntime statically linked.
https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-reference https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-options