2 releases
0.1.1 | Nov 1, 2019 |
---|---|
0.1.0 | Oct 29, 2019 |
#10 in #competition
11KB
221 lines
rbot
(A Rust FRC Library)
This Monorepo is currently split into 3 parts: rbothal, rbotlib, and cargo-rbot.
rbot
is a monorepository for highly experimental rust code to run on a roborio for FRC Competitions!
rbothal
The Hardware Abstraction Layer bindings for rbotlib. DO NOT USE THIS DIRECTLY, instead use rbotlib.
rbotlib
The actual rust library for programming FRC robots in rust. Currently in a highly experimental state, use at your own risk.
cargo-rbot
Install with cargo install cargo-rbot
. Used to create and deploy rbot
projects.
Examples
Located in rbot-examples
.
Credits
Lots of credit goes to first-rust-competition as that inspired me to create this in the first place. More credit goes to rust-wpilib as that helped me out a lot on creating the wpilib port.
Dependencies
~3–12MB
~144K SLoC