iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
自我挑戰組

嘗試30天學「不」會Rust 系列

比起去年跟前年挑戰有關遊戲開發相關的題目(雖然都爛尾),今年想嘗試看看學習一門新語言。

還記得Rust是我在畢業前看到開始嶄露頭角的新語言,但由於沒有他生態還不是很完善,且沒有Killer apps,所以一直都看起來不是很火的樣子,但時至今日,逐漸成熟的它,是再次會會Rust的時候了。

至於為什麼是這個標題,因為你知道我知道,很有可能像之前又在某個地方爛尾。

參賽天數 18 天 | 共 18 篇文章 | 5 人訂閱 訂閱系列文 RSS系列文
DAY 1

[Rust] 安裝教學與Hello, World!

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 開篇廢話 不知不覺今年是參加鐵人...

2022-09-05 ‧ 由 POKA 分享
DAY 2

[Rust] 變數與基本型別

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 概述 認識一門新的程式語言,必免...

2022-09-06 ‧ 由 POKA 分享
DAY 3

[Rust] 靜態陣列與Tuple

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 Continue... 關於昨天...

2022-09-07 ‧ 由 POKA 分享
DAY 4

[Rust] 控制流程 (Control flow)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 目標 如同之前一樣,對於一些明確...

2022-09-08 ‧ 由 POKA 分享
DAY 5

[Rust] 函式 (Function)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 如何定義函式 在Rust中,定義...

2022-09-09 ‧ 由 POKA 分享
DAY 6

[Rust] 記憶體管理

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 簡述 不同語言有著不同的記憶體管...

2022-09-10 ‧ 由 POKA 分享
DAY 7

[Rust] 字串與string literal

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 Continue... 昨天認識...

2022-09-11 ‧ 由 POKA 分享
DAY 8

[Rust] 結構(structure)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 定義與實例化 程式寫到一定時候,...

2022-09-12 ‧ 由 POKA 分享
DAY 9

[Rust] 枚舉(Enumeration)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 Rust中的enum 之前介紹R...

2022-09-13 ‧ 由 POKA 分享
DAY 10

Option型別

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 Continue... 接續昨天...

2022-09-14 ‧ 由 POKA 分享