## 本书参考的书籍

1. [Rust语言](https://doc.rust-lang.org/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 nomicon](https://doc.rust-lang.org/nomicon/dot-operator.html)
    
9. [Rust Forge](https://forge.rust-lang.org/infra/other-installation-methods.html#other-rust-installation-methods)

10. [rustc开发者之书](https://rustc-dev-guide.rust-lang.org/method-lookup.html)

11. [Rust Style](https://doc.rust-lang.org/1.6.0/style/README.html)

12. [Learning Rust](https://learning-rust.github.io/docs/a1.why_rust.html)

13. [Rust doc](https://doc.rust-lang.org/rustdoc/the-doc-attribute.html)

14. [Unstable Rust](https://doc.rust-lang.org/stable/unstable-book/)

15. [Rust Fuzz Book](https://rust-fuzz.github.io/book/)


## 可参考的教程
1. https://github.com/ferrous-systems/teaching-material#core-topics