Ad space (banner)
Lesson 1 / 20

Setting up (what you'll need)

To run Rust you will need the following. Rust has grown steadily more popular as a language that delivers safety and speed at the same time, and it is now used inside web browsers, in command-line tools, and in embedded development.

  • The Rust toolchain: install it with the rustup command from the official site.
  • For an editor, the standard choice is VS Code with the rust-analyzer extension.
  • Project management and builds are handled by Cargo, which ships with Rust.
← Previous lesson Next lesson →
Ad space (banner)
Ad space (in-article)