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.

63 lines
4.0 KiB

3 years ago
# Rust语言圣经 (The Course)
3 years ago
3 years ago
- 在线阅读
- 官方: [https://course.rs](https://course.rs)
3 years ago
- 知乎: [支持章节内目录跳转,很好用!](https://www.zhihu.com/column/c_1452781034895446017)
3 years ago
3 years ago
> 学习 Rust 光看书不够,精心设计的习题和项目实践可以让你事半功倍。[Rust By Practice](https://github.com/sunface/rust-by-practice) 是本书的配套习题和实践,覆盖了 easy to hard 各个难度,满足大家对 Rust 的所有期待。
3 years ago
>
3 years ago
> [Rust 语言周刊](https://github.com/sunface/rust-weekly),每周一发布,精选过去一周的技术文章、业界新闻、开源项目和 Rust 语言动态。
>
> Rust 优秀项目很多,如何在茫茫码海中与它们相遇?相比 Awesome Rust [Fancy Rust](https://github.com/sunface/fancy-rust) 能带给你全新的体验和选择。
3 years ago
3 years ago
## 教程简介
3 years ago
3 years ago
**`Rust语言圣经`**涵盖从**入门到精通**所需的 Rust 知识,目录及内容都经过深思熟虑的设计,同时语言生动幽默,行文流畅自如,摆脱技术书籍常有的机器味和晦涩感。
3 years ago
在 Rust 基础教学的同时,我们还提供了(部分):
- **深入度**,在基础教学的同时,提供了深入剖析。浅尝辄止并不能让我们站上紫禁之巅
- **性能优化**,选择 Rust就意味着要追求性能因此你需要体系化地了解性能优化
- **专题**,将 Rust 高级内容通过专题的形式一一呈现,内容内聚性极强
- **难点和错误索引**,作为一本工具书,优秀的索引能力非常重要,遗忘不可怕,找不到才可怕
3 years ago
- **场景化模版**,程序员上网查询如何操作文件是常事,没有人能记住所有代码,场景化模版可解君忧
3 years ago
3 years ago
总之在写作过程中我们始终铭记初心:为中国用户打造一门**全面的、深入的、持续更新的** Rust 教程。 新手用来入门,老手用来提高,高手用来提升生产力。
3 years ago
3 years ago
## ❤️ 开源
3 years ago
本书是完全开源的,但是并不意味着质量上的妥协,这里的每一个章节都花费了大量的心血和时间才能完成,为此牺牲了陪伴家人、日常娱乐的时间,虽然我们并不后悔,但是如果能得到读者您的鼓励,我们将感激不尽。
既然是开源,那最大的鼓励不是 money而是 star:) **如果大家觉得这本书作者真的用心了,就帮我们点一个 🌟 吧,这将是我们继续前行最大的动力**
> 在开源版权上,我们选择了 [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
非常感谢本教程的所有贡献者们,正是有了你们,才有了现在的高质量 Rust 教程!
- [@AllanDowney](https://github.com/AllanDowney)
3 years ago
- [@JesseAtSZ](https://github.com/JesseAtSZ)
- [@1132719438](https://github.com/1132719438)
3 years ago
- [@Mintnoii](https://github.com/Mintnoii)
3 years ago
- [@mg-chao](https://github.com/mg-chao)
3 years ago
- [@codemystery](https://github.com/codemystery)
3 years ago
尤其感谢这些主要贡献者,谢谢你们花费大量时间贡献了多处`fix`和高质量的内容优化。非常感动,再次感谢~~
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/dot-operator.html)
- [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 协议,并在这里统一对借鉴的书籍进行说明。
3 years ago
## 一路有你
欢迎加入QQ交流群 1009730433 进行沟通交流。