本仓库内容主要参考了张汉东老师在极客时间的《张汉东的Rust实战课》、陈天老师的《Rust编程第一课》、《深入浅出Rust》、《Rust实战》、《Rust编程之道》、《Rust程序设计》、《通过例子学习Rust》、David MacLeod 老师的《Easy Rust》以及从社区收集的各种资料
一方面是本人为了深入学习了解Rust语言,另一方面,也希望把知识总结下来,供其他学习者参考
目前只有笔者一人,内容主题不定、更新频率不定、学习路线不定、组织方式不定
另,由衷感谢前人的辛勤耕耘和无私奉献,也祝愿Rust会有更好的明天
本仓库的主要内容保存了两个版本:from-principle-to-practice.md 和 from-principle-to-practice.pdf。读者可以根据自己的需求查阅
关于文字内容的代码实现均在 https://github.com/shiyivei/from-principle-to-practice/tree/main/src/principle-and-practice 中,其它项目是一些Rust实践
git clone git@github.com:shiyivei/from-principle-to-practice.git
cd from-principle-to-practice/src/principle-and-practice
cargo doc --open
直接查看根目录下的pdf文档即可