###### tags: `Rust`, `Redox`, `OS`
Rust X OS 筆記
===
Rust 語言
---
- [Rust 環境建置](https://hackmd.io/UjsOkUKbSY2ZZoVHr7rkpw)
- [Rust Basic](https://hackmd.io/pBg2oJ7DRWmfvmZlHkreOg)
- [An example: Guess Number](https://hackmd.io/65PwcUtkT_WUDf-yAHCE_g?both)
- [Primitive Type](https://hackmd.io/2tvF0O1eRAS0ElvRydeUYg)
- [Combined Type](https://hackmd.io/fmqvEdWnTQeXHRlFuusm5Q)
- [Branch (arm)](https://hackmd.io/8WOnMnroQPKUNH8qVvZPVw)
- [Loop](https://hackmd.io/fB-ua7mXSxq5weAqP8ODxA)
- [Ownership](https://hackmd.io/g_VpXBtwQOWsk2JTdsw9uQ)
- [Function](https://hackmd.io/b-raENJ6RQGG--K25pDLOg)
- [Slice](https://hackmd.io/e--DN7Q_QkOMZyOSA7oJig)
- [Rust Medium](https://hackmd.io/73_2reyvTuifVUpTf-bm-g)
- [Some common features](https://hackmd.io/8hvp0O5MR3eURzYw11E-PA)
- [Struct](https://hackmd.io/9b-E7yY3Sl-HGJb3jxEnwg)
- [Enum](https://hackmd.io/OomIl7lVRTWs4DwjfKaE6g)
- [Important Collections](https://hackmd.io/XidinEvgRKuAwA3zsfO1aw)
- [Module System](https://hackmd.io/Uy0xWn1mQtOtB5xhzI3dHw)
- [Generic, Trait and Lifetime](https://hackmd.io/Wg_DV62HRcO6iwzK48Z0nQ)
- [Error Handling](https://hackmd.io/VdkWbkwtQTuus7IabT75rA)
- [Test](https://hackmd.io/@Eroiko/rust-test)
- [Closure & Iterator](https://hackmd.io/@Eroiko/rust-closure-iterator)
- [Crate](https://hackmd.io/@Eroiko/rust-crate)
Redox 中文筆記
---
- [Redox Introduction](https://hackmd.io/xxuvRZGVT6W_Iz6oMnZKiQ)
- [Get Start with Redox](https://hackmd.io/OPxsp_-WQMu0hFA59qWfNw)
- [The Kernel of Redox](https://hackmd.io/@Eroiko/BJg0QM8hj)
{"metaMigratedAt":"2023-06-17T16:03:17.167Z","metaMigratedFrom":"Content","title":"Rust X OS 筆記","breaks":true,"description":"Rust 環境建置","contributors":"[{\"id\":\"646bc1c5-da08-4ef1-a5ae-7281c8271532\",\"add\":2113,\"del\":524}]"}
tags: Rust
, Redox
, OS
Rust X OS 筆記 Rust 語言
Redox 中文筆記