Rust books & exercises
Books
- The Rust Programming Language[fn:rustbook]
- The Rust Performance Book[fn:performance]
- Rust by example[fn:1]
- Rustonomicon[fn:2]
Exercises
- Rustlings[fn:rustlings]
Footnotes
[fn:2]https://doc.rust-lang.org/nomicon/
[fn:1]https://doc.rust-lang.org/stable/rust-by-example/
[fn:rustlings]https://github.com/rust-lang/rustlings
[fn:rustbook]https://doc.rust-lang.org/stable/book/title-page.html
[fn:performance]https://nnethercote.github.io/perf-book/