docs.rs failed to build memory-rs-0.2.5
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:
memory-rs-0.2.6
memory-rs
This is a work in progress.
A library written to facilitate game modding with Rust.
This library has the basics for making code injections, aobscan and code patching.
Usage
The example is a little bit extensive but hopefully makes it clear on how to use it.
use generate_aob_pattern;
use ProcessInfo;
use *;
scoped_no_mangle!
// function wrapper to be called by DllMain
pub unsafe extern "system"
// This will generate the DllMain required to create a DLL in Windows.
main_dll!;