razermacos 0.1.0

Bindings to librazermacos for allowing interaction with Razer peripherals on macOS.
docs.rs failed to build razermacos-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.

razermacos-rs

librazermacos bindings for Rust.

[dependencies]
razermacos = "0.1"

librazermacos

This version currently requires that you have the librazermacos.so library on your load path. This typically involves building the library manually and copying the resulting file to either /usr/local/lib or /usr/lib.

git clone https://github.com/fcoury/razermacos-rs
cd razermacos-rs/librazermacos-sys
git submodule update --init
cd librazermacos
make
sudo cp librazermacos.so /usr/local/lib