Here is just my practice of "Rust" ,
all the content is following tutorial in :
- 1. 簡介
- 2. 準備
- 3. 教學: 猜數字遊戲
- 4. 語法及語意
-
- 4.1. 變數綁定
- 4.2. 函式
- 4.3. 基本型別
- 4.4. 註解
- 4.5. if
- 4.6. 迴圈
- 4.7. 所有權
- 4.8. 參照與借用
- 4.9. 生命週期
- 4.10. 可變性
- 4.11. 結構體
- 4.12. 枚舉
- 4.13. Match
- 4.14. 模式
- 4.15. 方法語法
- 4.16. 向量
- 4.17. 字串
- 4.18. 泛型
- 4.19. Traits
- 4.20. Drop
- 4.21. if let
- 4.22. Trait Objects
- 4.23. Closures
- 4.24. Universal Function Call Syntax
- 4.25. Crates and Modules
- 4.26.
const
andstatic
- 4.27. Attributes
- 4.28.
type
aliases - 4.29. Casting between types
- 4.30. Associated Types
- 4.31. Unsized Types
- 4.32. Operators and Overloading
- 4.33. Deref coercions
- 4.34. Macros
- 4.35. Raw Pointers
- 4.36.
unsafe
- 5. Effective Rust
- 6. Nightly Rust
- 7. 詞彙表
- 8. 語法索引
- 9. 參考文獻
- 10. 中英文字彙對照表
- 11. 翻譯貢獻名單