docs.rs failed to build detours-rs-0.2.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.
Visit the last successful build:
detours-rs-0.1.0
detours-rs
Microsoft Detours Rust library bindings.
This is raw FFI and doesn't provide a nice wrapper, only some windows-rs
imports.
;
;
;
;
DetourTransactionBegin;
DetourUpdateThread;
let c_fn_ptr = Sleep as unsafe extern "C" fn ;
DetourAttach;
DetourTransactionCommit;
let start = now;
Sleep;
let duration = start.elapsed;
assert!;