Please make sure you have the following programs installed:
- Rust: A language that gives everyone the power to build reliable and efficient software.
- Under all systems:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
💡 We recommend you to download the vscode extension Rust for Rust or JetBrains extension IntelliJ Rust.
Create a working folder.
cargo init
cargo run
💡 We recommend you to follow the Tour of Rust for this workshop.