docs.rs failed to build rrplug-0.1.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:
rrplug-4.2.1
rrplug
crate that provides function wappers and functions for R2Northstar plugin creation.
Plugin Support
currently only supports v1 plugins
v2 plugin support is coming
Getting Started
add this to your Cargo.toml so your lib crate compiles into a dll.
[lib]
crate-type = []
create manifest.json with the following contents
get Resource.rc and resource.h from NorthstarDiscordRPC.
create build.rs in the root of your project with the following content
extern crate windres;
use Build;
and add windres as a build dependencie.
Finnaly shove this into lib.rs
use *;
entry!;
Compile
Then Enojoy your hello world plugin