# 贡献者
*惯例排名不分先后*
- [armink](https://github.com/armink)
- [BingCheung](https://github.com/BingCheung)
- [Bluek404](https://github.com/Bluek404)
- [hczhcz](https://github.com/hczhcz)
- [hltj](https://github.com/hltj)
- [honorabrutroll](https://github.com/honorabrutroll)
- [hy0kl](https://github.com/hy0kl)
- [JaySon-Huang](https://github.com/JaySon-Huang)
- [KaiserY](https://github.com/KaiserY)
- [kenshinji](https://github.com/kenshinji)
- [kimw](https://github.com/kimw)
- [leqinotes](https://github.com/leqinotes)
- [linjx](https://github.com/linjx)
- [liubin](https://github.com/liubin)
- [liuzhe0223](https://github.com/liuzhe0223)
- [llluiop](https://github.com/llluiop)
- [LuoZijun](https://github.com/LuoZijun)
- [mapx](https://github.com/mapx)
- [NemoAlex](https://github.com/NemoAlex)
- [opticaline](https://github.com/opticaline)
- [peng1999](https://github.com/peng1999)
- [qiuyesuifeng](https://github.com/qiuyesuifeng)
- [quxiaolong1504](https://github.com/quxiaolong1504)
- [t123yh](https://github.com/t123yh)
- [ustcscgy](https://github.com/ustcscgy)
- [ziqin](https://github.com/ziqin)
- [1989car](https://github.com/1989car)
- 前言
- 贡献者
- 1.介绍
- 2.准备
- 3.学习 Rust
- 3.1.猜猜看
- 3.2.哲学家就餐问题
- 3.3.其它语言中的 Rust
- 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.匹配
- 4.14.模式
- 4.15.方法语法
- 4.16.Vectors
- 4.17.字符串
- 4.18.泛型
- 4.19.Traits
- 4.20.Drop
- 4.21.if let
- 4.22.trait 对象
- 4.23.闭包
- 4.24.通用函数调用语法
- 4.25.crate 和模块
- 4.26.const和static
- 4.27.属性
- 4.28.type别名
- 4.29.类型转换
- 4.30.关联类型
- 4.31.不定长类型
- 4.32.运算符和重载
- 4.33.Deref强制多态
- 4.34.宏
- 4.35.裸指针
- 4.36.不安全代码
- 5.高效 Rust
- 5.1.栈和堆
- 5.2.测试
- 5.3.条件编译
- 5.4.文档
- 5.5.迭代器
- 5.6.并发
- 5.7.错误处理
- 5.8.选择你的保证
- 5.9.外部函数接口
- 5.10.Borrow 和 AsRef
- 5.11.发布途径
- 5.12.不使用标准库
- 6.Rust 开发版
- 6.1.编译器插件
- 6.2.内联汇编
- 6.4.固有功能
- 6.5.语言项
- 6.6.链接进阶
- 6.7.基准测试
- 6.8.装箱语法和模式
- 6.9.切片模式
- 6.10.关联常量
- 6.11.自定义内存分配器
- 7.词汇表
- 8.语法索引
- 9.参考文献
- 附录:名词中英文对照