Crate crs_bind[−][src]
A crate for running rust on the VEX V5.
Modules
| allocator | Allocator |
| bindings | |
| error | Error |
| io | STDIO/STDERR macros. |
| machine | Support for synchronous and asynchronous state machines. |
| prelude | Convenient to |
| robot | For use with the |
| rtos | Multitasking primitives. |
| select |
Macros
| entry | Specifies the entrypoint for the robot. |
| select | Selects over a range of possible future events, processing exactly one.
Inspired by equivalent behaviours in other programming languages such as Go
and Kotlin, and ultimately the |
| select_any | Generates a future event (i.e. one which implements
|
| select_merge | Generates a future event (i.e. one which implements
|
| state_machine | Creates an asynchronous state machine with the given visibility, name and state definitions. |