docs.rs failed to build toy-arms-0.5.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:
toy-arms-0.9.4
:alembic: toy-arms
Windows game hack helper utilities in rust.
This crate has some useful macros, functions and traits.
:fire: How to use this crate?
With this crate, making dll is simple as this:
// A neat macro which defines entry point instead of you.
// Also, you dont have to alloc/free console by yourself, console will show up only when debug compile.
create_entrypoint!;
// Main thread
:globe_with_meridians: Other examples?
Take a look at examples directory, you'll see more examples! To run the example:
cargo build --example EXAMPLE_NAME