docs.rs failed to build hudhook-0.4.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.
hudhook
A render loop hook library with Dear ImGui overlays, largely inspired by CheatEngine.
Currently supports DirectX 9, DirectX 11, DirectX 12 and OpenGL 3.
Compiles on Rust nightly only.
Read the tutorial book here.
Read the API reference here.
Read up on the underlying architecture here.
Example
// src/lib.rs
use ImguiDX11Hooks;
use ;
use ;
;
hudhook!;
// src/main.rs
use inject;
use Command;