## 本书参考的书籍 1. [Rust语言](https://rustwiki.org/zh-CN/book/) 3. [Cargo教学](https://doc.rust-lang.org/cargo/index.html) 4. [Rust性能之书](https://nnethercote.github.io/perf-book/title-page.html) 5. [Rust异步编程](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html) 6. [Rust API Guidlines](https://rust-lang.github.io/api-guidelines/naming.html) 7. [Rust in action](https://livebook.manning.com/book/rust-in-action/chapter-5/) - [示例](https://github.com/barabadzhi/rust-in-action) 8. [Rust高级编程](https://learnku.com/docs/nomicon/2018/310-phantom-data/4721?show_current_version=yes) 9. [Rust Primer](https://rustcc.gitbooks.io/rustprimer/content/1st-glance/) 10. [Rust Forge](https://forge.rust-lang.org/infra/other-installation-methods.html#other-rust-installation-methods)