-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
請開啟新的 issue,標題為想翻譯的章節,然後 reference 到這個 issue。
可參考這兩個例子:#11 和 #13
以下為尚未完成清單:
- * 簡介
- * 準備
- * 教學: 猜數字遊戲
- * 語法及語意
- * 變數綁定
- * 函式
- * 基本型別
- * 註解
- * if
- * 迴圈
- * 所有權
- * 參照與借用
- * 生命週期
- * 可變性
- * 結構體
- * 枚舉
- * Match
- * 模式
- * Method Syntax
- * 向量
- * 字串
- * 泛型
- * Traits
- * Drop
- * if let
- * Trait Objects
- * Closures
- * Universal Function Call Syntax
- * Crates and Modules
- *
constandstatic - * Attributes
- *
typealiases - * Casting between types
- * Associated Types
- * Unsized Types
- * Operators and Overloading
- * Deref coercions
- * Macros
- * Raw Pointers
- *
unsafe - * Effective Rust
- * The Stack and the Heap
- * Testing
- * Conditional Compilation
- * Documentation
- * Iterators
- * Concurrency
- * Error Handling
- * Choosing your Guarantees
- * FFI
- * Borrow and AsRef
- * Release Channels
- * Using Rust without the standard library
- * Nightly Rust
- * Compiler Plugins
- * Inline Assembly
- * No stdlib
- * Intrinsics
- * Lang items
- * Advanced linking
- * Benchmark Tests
- * Box Syntax and Patterns
- * Slice Patterns
- * Associated Constants
- * Custom Allocators
- * 詞彙表
- * 語法索引
- * 參考文獻