Skip to content

Instantly share code, notes, and snippets.

@RahulDas-dev
Last active September 3, 2023 16:01
Show Gist options
  • Save RahulDas-dev/b3cfdbc4032aef449f2621834e8d4976 to your computer and use it in GitHub Desktop.
Save RahulDas-dev/b3cfdbc4032aef449f2621834e8d4976 to your computer and use it in GitHub Desktop.

‼️ Links to Useful Books on Rust + List of Useful Resources for Learning Rust

Copied from Udemy Course Rust Programming Course: From Beginner to Expert by Nouman Azam πŸ˜‰

πŸ¦€ Resources Covering Basic Concepts of the Language πŸ¦€

  1. Rust Programming Language,
  1. Rust by Example
  1. Rust Cookbook
  1. Easy Rust
  1. Rust Reference
  1. Rustlings (online resource only)
  1. Rust CheatSheet

πŸ¦€ Resources Covering Advance Concepts of the Language πŸ¦€

  1. Comprehensive Rust
  1. The Rust Performance Book
  1. The Rustonomicon
  1. Learn Rust with Entirely Too Many Linked Lists
  1. Rust Programming Tips

πŸ¦€ Documentation of the Language πŸ¦€

  1. Standard Library
  1. Edition Guide
  1. Cargo Book
  1. Compiler Error Index
  1. Rustdoc Book

πŸ¦€ Extensive Level Cheat Sheets πŸ¦€

  1. The Rust Cheat Sheet by cheats.rs
  • Online Link: https://cheats.rs/
  • Description: An extensive cheat sheet touching almost all important aspects of the languages.
  1. Rust in a Nutshell
  1. Rust Cheat Sheet by Zero to Mastery

πŸ¦€ Moderate level Cheat Sheet πŸ¦€

  1. LGR Rust Cheat

πŸ¦€ Compact Cheat Sheets πŸ¦€

  1. Rust Cheat Sheet by QuickRef.Me (Online Only)
  1. Rust Cheat Sheet (One pager)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment