← All Workshops

MudEngine Part 1: Requirements

Install Rust

The first step is to install the Rust toolchain. rustup manages Rust versions and targets — we only need to run one command to get everything started.

Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
💡 Already have Rust?

Run rustup update to make sure we have the latest stable compiler. This workshop targets Rust 1.80+.