docs.rs failed to build wintypes-0.1.6
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.
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.
Visit the last successful build:
wintypes-0.1.0
wintypes
A rust library that exports windows functions as types
Usage
Once this library is downloaded you can just use a function as a type by DLL:
use FnMessageBoxA;
Build
Get DLLs exported functions
The first step is to get the exported functions of the DLLs:
|
Generate the types
Credits
ntapiandwinapifor implementing windows functions as functions. This project scrapes prototypes from those crates.