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
409 B

3 years ago
Rust相关英文书籍
1. [Rust语言基础教学](https://doc.rust-lang.org/book/)
2. [Rust语言示例](https://doc.rust-lang.org/stable/rust-by-example/index.html)
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)