> - GitHub: [https://github.com/KaiserY/rust-book-chinese](https://github.com/KaiserY/rust-book-chinese)
> - GitBook: [https://www.gitbook.com/book/kaisery/rust-book-chinese](https://www.gitbook.com/book/kaisery/rust-book-chinese)
> - Rust中文社區(qū): [http://rust.cc/](http://rust.cc/)
> - QQ群: 144605258
`1.0.0-stable?。?!同學(xué)們還不入坑!!!`
### 貢獻(xiàn)者
> 慣例排名不分先后
- [Bluek404](https://github.com/Bluek404)
- [hczhcz](https://github.com/hczhcz)
- [JaySon-Huang](https://github.com/JaySon-Huang)
- [KaiserY](https://github.com/KaiserY)
- [leqinotes](https://github.com/leqinotes)
- [ustcscgy](https://github.com/ustcscgy)
- [1989car](https://github.com/1989car)
- 前言
- 1.介紹
- 2.準(zhǔn)備
- 2.1.安裝Rust
- 2.2.Hello, world!
- 2.3.Hello, Cargo!
- 3.學(xué)習(xí)Rust
- 3.1.猜猜看
- 3.2.哲學(xué)家就餐問題
- 3.3.其它語言中的Rust
- 4.高效Rust
- 4.1.棧和堆
- 4.2.測試
- 4.3.條件編譯
- 4.4.文檔
- 4.5.迭代器
- 4.6.并發(fā)
- 4.7.錯誤處理
- 4.8.外部語言接口
- 4.9.Borrow 和 AsRef
- 4.10.發(fā)布途徑
- 5.語法和語義
- 5.1.變量綁定
- 5.2.函數(shù)
- 5.3.原生類型
- 5.4.注釋
- 5.5.If語句
- 5.6.for循環(huán)
- 5.7.while循環(huán)
- 5.8.所有權(quán)
- 5.9.引用和借用
- 5.10.生命周期
- 5.11.可變性
- 5.12.結(jié)構(gòu)體
- 5.13.枚舉
- 5.14.匹配
- 5.15.模式
- 5.16.方法語法
- 5.17.Vectors
- 5.18.字符串
- 5.19.泛型
- 5.20.Traits
- 5.21.Drop
- 5.22.if let
- 5.23.trait對象
- 5.24.閉包
- 5.25.通用函數(shù)調(diào)用語法
- 5.26.包裝箱和模塊
- 5.27.`const`和`static`
- 5.28.屬性
- 5.29.`type`別名
- 5.30.類型轉(zhuǎn)換
- 5.31.關(guān)聯(lián)類型
- 5.32.不定長類型
- 5.33.運算符和重載
- 5.34.`Deref`強(qiáng)制多態(tài)
- 5.35.宏
- 5.36.裸指針
- 6.Rust開發(fā)版
- 6.1.編譯器插件
- 6.2.內(nèi)聯(lián)匯編
- 6.3.不使用標(biāo)準(zhǔn)庫
- 6.4.固有功能
- 6.5.語言項
- 6.6.鏈接參數(shù)
- 6.7.基準(zhǔn)測試
- 6.8.裝箱語法和模式
- 6.9.切片模式
- 6.10.關(guān)聯(lián)常量
- 7.詞匯表
- 8.學(xué)院派研究
- 勘誤
