wiki/content/20200827171318-rust_books.md

29 lines
532 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-29 18:27:12 +00:00
date: 2020-08-27
2024-05-06 20:40:05 +00:00
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>