You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 lines
7.3 KiB

3 years ago
<h1 align="center">Rust语言圣经</h1>
<div align="center">
2 years ago
<img src="https://github.com/sunface/rust-course/blob/main/assets/banner.jpg?raw=true">
3 years ago
</div>
<div align="center">
2 years ago
[![studyrut](https://img.shields.io/badge/RustCn社区-orange)](https://github.com/rustlang-cn) [![Stars Count](https://img.shields.io/github/stars/sunface/rust-course?style=flat)](https://github.com/sunface/rust-course/stargazers)
2 years ago
[![](https://img.shields.io/github/issues-pr-closed-raw/sunface/rust-course.svg?style=flat)](https://github.com/sunface/rust-course/issues)
2 years ago
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ines/spacy-course/master)
2 years ago
2 years ago
<!-- <a href="https://www.zhihu.com/column/c_1452781034895446017">
<img alt="Sunface | 知乎" height="20px" width="20px" src="https://github.com/sunface/rust-course/blob/main/assets/zhihu.jpg">
2 years ago
</a> -->
2 years ago
3 years ago
</div>
3 years ago
## 教程简介
3 years ago
2 years ago
- 在线阅读: https://course.rs
2 years ago
3 years ago
**`Rust语言圣经`**涵盖从**入门到精通**所需的 Rust 知识,目录及内容都经过深思熟虑的设计,同时语言生动幽默,行文流畅自如,摆脱技术书籍常有的机器味和晦涩感。
3 years ago
- **深入度**,在基础教学的同时,提供了深入剖析。浅尝辄止并不能让我们站上紫禁之巅
3 years ago
2 years ago
- **专题内容**,将 Rust 高级内容通过专题的形式一一呈现内容内聚性极强例如性能优化、手把手实现链表、Cargo 和 Tokio 使用指南、async 异步编程、标准库解析、WASM 等等
3 years ago
3 years ago
- **内容索引**,作为一本工具书,优秀的索引能力非常重要,遗忘不可怕,找不到才可怕
3 years ago
3 years ago
- **规避陷阱和对抗编译器**,只有真的上手写过一长段时间 Rust 项目,才知道该如何规避常见的陷阱以及解决一些难搞的编译器错误,而本书将帮助你大大缩短这个过程,提前规避这些问题
3 years ago
- **[Cookbook](https://rusty.course.rs)**,涵盖多个应用场景的实战代码片段,程序员上网查询文件操作、正则解析、数据库操作是常事,没有人能记住所有代码,而 Cookbook 可解君忧Ctrl + C/V 走天下
3 years ago
2 years ago
- **[配套练习题](https://github.com/sunface/rust-by-practice)**,像学习一门大学课程一样学习 Rust 是一种什么感觉_Rust 语言圣经 + Rust 语言实战_ 双剑合璧,给你最极致的学习体验
3 years ago
3 years ago
总之在写作过程中我们始终铭记初心:为中国用户打造一门**全面的、深入的、持续更新的** Rust 教程。 新手用来入门,老手用来提高,高手用来提升生产力。
3 years ago
## 🏅 贡献者
非常感谢本教程的[所有贡献者](https://github.com/sunface/rust-course/graphs/contributors),正是有了你们,才有了现在的高质量 Rust 教程!
<br />
**🏆 **:
2 years ago
<table>
<tr>
3 years ago
<td align="center">
<a href="https://github.com/sunface">
3 years ago
<img src="https://avatars.githubusercontent.com/u/7036754?v=4?s=100" width="160px" alt=""/>
<br />
<sub><b>Sunface 🥇</b></sub>
</a>
</td>
3 years ago
<td align="center">
<a href="https://github.com/AllanDowney">
3 years ago
<img src="https://avatars.githubusercontent.com/u/82752697?v=4?s=100" width="160px" alt=""/>
<br />
<sub><b>AllanDowney 🥈</b></sub>
</a>
</td>
3 years ago
<td align="center">
<a href="https://github.com/EluvK">
<img src="https://avatars.githubusercontent.com/u/36977935?v=4" width="160px" alt=""/>
<br />
<sub><b>EluvK 🥉</b></sub>
</a>
</td>
</tr>
</table>
<br />
2 years ago
🏅 核心贡献者:
<table>
<tr>
3 years ago
<td align="center">
2 years ago
<a href="https://github.com/JesseAtSZ">
2 years ago
<img src="https://avatars.githubusercontent.com/u/35264598?v=4?s=100" width="100px" alt=""/>
<br />
2 years ago
<sub><b>JesseAtSZ</b></sub>
</a>
</td>
2 years ago
<td align="center">
<a href="https://github.com/Rustln">
<img src="https://avatars.githubusercontent.com/u/100085326?v=4?s=100" width="100px" alt=""/>
<br />
<sub><b>Rustln</b></sub>
</a>
</td>
3 years ago
<td align="center">
2 years ago
<a href="https://github.com/1132719438">
<img src="https://avatars.githubusercontent.com/u/10138791?v=4?s=100" width="100px" alt=""/>
<br />
2 years ago
<sub><b>1132719438</b></sub>
</a>
</td>
3 years ago
<td align="center">
<a href="https://github.com/zongzi531">
<img src="https://avatars.githubusercontent.com/u/22429236?v=4?s=100" width="160px" alt=""/>
<br />
<sub><b>zongzi531 🥉</b></sub>
</a>
</td>
</tr>
</table>
## 创作感悟
3 years ago
2 years ago
截至目前Rust 语言圣经已写了 170 余章110 余万字,历经 800 多个小时,每一个章节都是手动写就,没有任何机翻和质量上的妥协( 相信深入阅读过的读者都能体会到这一点 )。
曾经有读者问过 "这么好的书为何要开源,而不是出版?",原因很简单:**只有完全开源才能完美地呈现出我想要的教学效果**。
总之Rust 要在国内真正发展起来,必须得有一些追逐梦想的人在做着不计付出的事情,而我希望自己能贡献一份微薄之力。
但是要说完全无欲无求,那也是不可能的,看到项目多了一颗 🌟,那感觉...棒极了,因为它代表了读者的认可和称赞。
你们用指尖绘制的星空,那里繁星点点,每一颗都在鼓励着怀揣着开源梦想的程序员披荆斩棘、不断前行,不夸张的说,没有你们,开源世界就没有星光,自然也就不会有今天的开源盛世。
因此,**我恳请大家,如果觉得书还可以,就在你的指尖星空绘制一颗新的 🌟,指引我们继续砥砺前行**。这个人世间,因善意而美好。
最后,能通过开源在茫茫人海中与大家相识,这感觉真好 :D
## 开源协议
在开源版权上,我们选择了 [No License](https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwigkv-KtMT0AhXFdXAKHdI4BCcQFnoECAQQAw&url=https%3A%2F%2Fchoosealicense.com%2Fno-permission%2F&usg=AOvVaw3M2Q4IbdhnpJ2K71TF7SPB),这意味着读者可以随意的 fork 和阅读,但是**不能私下修改后再包装分发**,如果有这方面的需求,请联系我们,望理解。
3 years ago
3 years ago
## 借鉴的书籍
3 years ago
站在巨人的肩膀上,能帮我们看的更远,特此感谢以下巨人:
3 years ago
3 years ago
- [Rust Book](https://doc.rust-lang.org/book)
- [Rust nomicon](https://doc.rust-lang.org/nomicon/intro.html)
3 years ago
- [Async Rust](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html)
- 详细清单参见 [这里](./assets/writing-material/books.md)
3 years ago
3 years ago
因为它们绝大部分是支持 APACHE + MIT 双协议的,因此我们选择了遵循其中的 MIT 协议,并在这里统一对借鉴的书籍进行说明。
2 years ago
## 社区 & 读者交流
2 years ago
- 知乎: [孙飞 Sunface](https://www.zhihu.com/people/iSunface)
2 years ago
- QQ 群 `1009730433`,用于日常技术交流
2 years ago
- 微信公众号: 扫描下面的二维码关注公众号 `Rust语言中文网`
2 years ago
<img src="https://github.com/sunface/rust-course/blob/main/assets/studyrust公众号.png?raw=true" />