> لاگ سیستم: سفینه آسیب دیده است. کامپیوترها فقط با زبان Rust کار میکنند.
> چرا زبان Rust؟
بسیار سریع است ⚡
بسیار امن است (جلوی خرابی سفینه را میگیرد) 🛡️
مثل یک مهندس فضایی فکر کردن را یاد میدهد!
> مأموریت اول: برای شروع تعمیرات، باید جعبه ابزار جادویی (rustup) را نصب کنیم.
> System Log: Ship damaged. Computers only accept Rust language.
> Why Rust?
It's blazing fast ⚡
It's super safe (prevents ship crashes) 🛡️
It teaches you to think like a space engineer!
> Mission 1: To begin repairs, we must install the magic toolbox (rustup).
>> مرحله ۱: نصب rustup>> Step 1: Install rustup
جعبه ابزار (rustup) شامل کامپایلر (rustc) است. کامپایلر مثل یک مترجم، حرفهای ما را به صفر و یک تبدیل میکند. روی دکمه زیر کلیک کن تا سیستم آن را دانلود کند:
The toolbox (rustup) contains the compiler (rustc). It translates our words into zeros and ones. Click below to download:
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
در حال دانلود... [██████████] ۱۰۰٪
Downloading... [██████████] 100%
نصب با موفقیت انجام شد! حالا کامپایلر آماده است.Installed successfully! Compiler is ready.