mms-rs 1.0.0

A port of the mms-cpp library for the micromouse simulator mms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# mms-rs

A simple library to use rust for [mms](https://github.com/mackorone/mms).

## Using the example

- Check out the code and add a new mouse to mms.
- Point the `Directory` to the code you checked out.
- As `Build Command` use: `cargo build --release --example minimal-mouse`
- As `Run Command` use: `./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.