dumpbin 1.1.0

Simplify using Dumpbin Windows tool
docs.rs failed to build dumpbin-1.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Dumpbin

crates.io documentation MIT License

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.

Usage

Use this tool inside your rust script to validate that the builded executables have the VCRuntime statically linked.

References

https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-reference https://learn.microsoft.com/en-us/cpp/build/reference/dumpbin-options