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.

12 lines
778 B

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语言着实复杂和高级所以本书是<<Rust语言圣经>>的补充阅读书本,目标是:
1. 为用户呈现高质量的代码片段,这种代码你往往会在某个时刻需要用到,却不知道如何更好的实现,甚至无法让它通过编译检查
2. 精算的数据结构和算法设计
3. 标准库代码分析
所以,这本书可以成为你的口袋书和工具书,随时可以打开手机鉴赏几段令人赏心悦目的代码。
**如果你想系统学习Rust请先阅读我们的开山巨作**[Rust语言圣经](https://course.rs)绝对是一极其优秀的Rust全面教学书籍。