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.

22 lines
1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## Rust代码鉴赏(Rust Codes)
- 官方网址:[https://codes.rs](https://codes.rs)
- 修订时间: **尚未发行**
- Rust版本Rust edition 2021
- QQ交流群 1009730433
学习Rust光看一讲语法的书是不够的因为Rust语言着实复杂和高级所以本书是<<Rust语言圣经>>的补充阅读书本,目标是:
1. 为用户呈现高质量的代码片段,这种代码你往往会在某个时刻需要用到,却不知道如何更好的实现,甚至无法让它通过编译检查
2. 精算的数据结构和算法设计
3. 标准库代码分析
所以,这本书可以成为你的口袋书和工具书,随时可以打开手机鉴赏几段令人赏心悦目的代码。
**如果你想系统学习Rust请先阅读我们的开山巨作**[Rust语言圣经](https://course.rs)绝对是一极其优秀的Rust全面教学书籍。
## 开源版权说明
Rust代码鉴赏是完全开源的电子书籍但是也应该受到版权的保护。
因此我们选择了[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、阅读但是不能私下修改后再分发如果想要修改请提RP或者加入[Rust编程学院](https://college.rs),成为正式成员。