docs.rs failed to build safe-vex-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
safe-vex-4.4.0
safe-vex
A safe, reliable and comprehensive wrapper around the vex-rt library that will never panic!
Disclamer
safe-vex is an open-source community project. safe-vex is neither endorsed by or affiliated with Innovation First, Inc. VEX and VEX Robotics are trademarks or service marks of Innovation First, Inc. safe-vex is also not developed by the same developers at vex-rt rather it is an independant project.
Quickstart
you will need:
- A rust toolchain managed by
rustup - An
arm-none-eabitoolchain - The
pros-cliinstalled throughtpip
then:
- Clone the
safe-vexproject template by running the following command:
- Enter the newly cloned directory
- Turn on and connect to the vex v5 brain
- Run
cargo run --releasewhile connected to the v5 brain - Your robot should now be up and running :D