iT邦幫忙

鐵人檔案

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

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

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

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

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

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

[Rust] 常見集合 - 動態陣列 (vector)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 向量(vector) 建立 Ru...

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

[Rust] 常用集合-字串 (string)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 再訪字串 先前有一篇有比較過Ru...

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

[Rust] 常用集合 - 雜湊表(Hash Map)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 建立與加入 如同許多程式語言,都...

2022-09-17 ‧ 由 POKA 分享
DAY 14

[Rust] 錯誤處理

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 致命錯誤 當程式發生致命錯誤的時...

2022-09-18 ‧ 由 POKA 分享
DAY 15

[Rust] 泛型 (Generics)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 泛型 今天簡單了解一下Rust中...

2022-09-19 ‧ 由 POKA 分享
DAY 16

[Rust] 特徵 (Trait)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 特徵 以下來自教學文件的一句話:...

2022-09-20 ‧ 由 POKA 分享
DAY 17

[Rust] 生命週期(Lifetime)

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 借用檢查器(borrow che...

2022-09-21 ‧ 由 POKA 分享
DAY 18

[Rust] Function programming in Rust - 閉包

環境 OS: Windows 10Editor: Visual Studio CodeRust version: 1.63.0 建立閉包 閉包,如今在許多程式語...

2022-09-22 ‧ 由 POKA 分享