docs.rs failed to build electron-hook-0.2.1
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:
electron-hook-0.2.0-beta.23
electron-hook
A Rust library for loading mods into Electron applications without patching any files.
This project was designed to ease some pain points with modding Discord, but it can be used for most Electron applications.
For some real-life uses of electron-hook, check out:
Installation
Add this to your Cargo.toml
:
[]
= "0.2.0"
[]
= ["cdylib"]
And in your lib.rs
:
pub use *;
When you build your project with --lib
it will generate a .dll
or .so
, which you can pass the path of into electron_hook::launch
Usage
For a better example, check out the Documentation
;
launch