docs.rs failed to build minhook-0.8.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.
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.
minhook
A Rust wrapper for the MinHook library.
Usage
Add minhook
by using the following command:
Or if you prefer to add it manually, you can do so by editing your Cargo.toml
file:
[]
= "0.8.0"
Example
This example shows how to create a hook for a function, and also call the original function.
use ;
License
This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.