mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
27 lines
515 B
Markdown
27 lines
515 B
Markdown
---
|
|
id: d1b696d7-2dfa-4b0c-b312-f3762b9ae020
|
|
title: Rust books & exercises
|
|
---
|
|
|
|
# Books
|
|
|
|
- The Rust Programming Language[^1]
|
|
- The Rust Performance Book[^2]
|
|
- Rust by example[^3]
|
|
- Rustonomicon[^4]
|
|
|
|
# Exercises
|
|
|
|
- Rustlings[^5]
|
|
|
|
# Footnotes
|
|
|
|
[^1]: <https://doc.rust-lang.org/stable/book/title-page.html>
|
|
|
|
[^2]: <https://nnethercote.github.io/perf-book/>
|
|
|
|
[^3]: <https://doc.rust-lang.org/stable/rust-by-example/>
|
|
|
|
[^4]: <https://doc.rust-lang.org/nomicon/>
|
|
|
|
[^5]: <https://github.com/rust-lang/rustlings>
|