Expand description
Low level core functionality for vexide
.
The core crate is used in all other crates in the vexide ecosystem.
Included in this crate:
Modules§
- backtrace
- Support for capturing stack backtraces
- competition
- Utilities for getting competition control state.
- float
- Floating Point Numbers
- fs
- Filesystem manipulation operations.
- io
- Serial input and output functionality.
- os
- VEXos functions
- path
- Path manipulation.
- program
- Functions for modifying the state of the current user program.
- sync
- Synchronization types for async tasks.
- time
- Temporal quantification.