A simple library to use rust for mms.
Directory
to the code you checked out.Build Command
use: cargo build --release --example minimal-mouse
Run Command
use: ./target/release/examples/minimal-mouse
After that you can run the example from within mms.
Add mms-rs
to your dependencies with cargo add mms-rs
. Then you can use the api in your own code.