Setup
Prerequisites
- GCC / clang (some CC). Installation of these items depends on your package manager.
- Install rustup
# Install components to test and analyze code
rustup component add rustfmt clippy rust-analysis
# Install the nightly toolchain for testing
rustup toolchain install nightly