mms-rs
A simple library to use rust for mms.
Using the example
- Check out the code and add a new mouse to mms.
- Point the
Directoryto the code you checked out. - As
Build Commanduse:cargo build --release --example minimal-mouse - As
Run Commanduse:./target/release/examples/minimal-mouse
After that you can run the example from within mms.
Building your own
Add mms-rs to your dependencies with cargo add mms-rs. Then you can use the api in your own code.
Example code
use MmsApi as Mouse;