iT邦幫忙

2023 iThome 鐵人賽

DAY 2
0

本篇另有影片教學
Yes

也有英文版文章
Also this tutorial has been written in English
Check out my Medium: Rust 01 — Installatin, data types & println!

Rust的中文翻譯以參考這份檔案為主.


目錄

  • 安裝Rust
  • Println!

安裝(Installation)

🔸 安裝 RUST
Rust 官網 | 到此下載檔案

我使用 64-BIT

🔸打開下載的檔案

🔸輸入 1 繼續進行安裝

🔸打開VS Code 並安裝這個extension - rust-analyzer

🔸確認Rust版本

rustc --version


🔸Rust has been updated very often, so we should run this command as well.

rustup update


🔸建立新專案

cargo new hellow_world



🔸進入新專案的資料夾

cd hellow_world


🔸Build專案

cargo build


🔸終於可以跑專案了

cargo run


所以怎麼println!?


參考資料 Reference

Nice 教學影片


上一篇
Day 01 - 總目錄
下一篇
Day 03 - 變數(Variable) & 資料型別(Data Type) & 註解(Comment)
系列文
Let's go Rusty. 從0開始了解Rust.15
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言