vex-rt 0.1.1

A Rust runtime for the Vex V5 built on top of PROS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vex-rt

![](https://img.shields.io/github/workflow/status/thetimmorland/vex-rt/Rust?label=CI) [![](https://img.shields.io/crates/v/vex-rt)](https://crates.io/crates/vex-rt)

A Rust runtime for the Vex V5 built on top of [PROS](https://pros.cs.purdue.edu/).

## Quickstart

you will need:
1. A Rust toolchain managed with `rustup`
2. An `arm-none-eabi` toolchain
3. `pros-cli`


```shell
# Simply plug in a V5 and run:
cargo run --example hello-world
```