Here's all the awesome learning resources I've found so far:
Getting started
- (Linux) Command Line for Beginners
- (Linux) The Linux Command Handbook
- (Rust) The Book
- (Rust) Rust by Example (interactive, web)
- (Rust) Rustlings (interactive, native)
Getting better
- (Rust) The rustdoc Book
- (Rust) The Performance Book
- mdBook Docs
Getting deeper
- The Rustonomicon (unsafe Rust code)