Skip to content

svojsu/razermacos-rs

 
 

Repository files navigation

razermacos-rs

librazermacos bindings for Rust.

[dependencies]
razermacos = "0.1.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

Thanks

Special thanks to:

About

librazermacos bindings for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • C 0.4%