book
The Rust Programming Language (by rust-lang)
rust-by-example
Learn Rust with examples (Live code editor included) (by rust-lang)
book | rust-by-example | |
---|---|---|
657 | 66 | |
16,108 | 7,440 | |
1.3% | 1.2% | |
9.7 | 8.7 | |
9 days ago | 10 days ago | |
Rust | JavaScript | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
book
Posts with mentions or reviews of book.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-21.
-
Hacking with mdBook
mdBook is a Rust-based tool to create Web-based books from vanilla Markdown files. Although it is quite minimalistic, you will bump into it quite often in the wild. Most notably, the Rust Book uses it. I see it quite often in the Nix ecosystem, too.
-
Rust Learning Roadmap: A Structured Path to Mastery.
✅ Code Daily – Practice with small exercises (try Rustlings). ✅ Read the Official Book – Supplement with The Rust Programming Language. ✅ Join the Community – Engage on Rust’s Discord or forums. ✅ Build Projects – Apply concepts by creating CLI tools, web servers, or games.
-
Getting Started with Rust: A Modern Systems Programming Language
Read the Rust Book: The official Rust book is a fantastic resource.
-
Warp Terminal: Revolutionizing Command Line Interfaces with Modern UX and AI
Rust Programming Language
- Programmers I Know – Matthias Endler
-
How to Create Your First Rust Project with Cargo
Explore the Rust Book to learn more about Rust programming
-
Building a RESTful Todo API with Rust, Axum, and Diesel
Rust Book
-
How to Get Started with Rust Programming
The Rust Book - Comprehensive guide to the language
-
Building a simple Kubernetes Controller in Rust - Part 1
Recently I got this obsession to learn Rust. While there are plenty of documentation around, like Rust Book, some good published books, tutorials, rustling, I always struggle to learn something when I am not doing something practical, so I have decided to go to my comfort zone and write a Kubernetes Controller using kube-rs.
-
Rust? Never Heard of It. Anyway, Here’s My PR.
My knowledge of Rust is rudimentary at best - if you asked me a week ago I would've told you it was nonexistent. When I started working on this my immediate thought process was to go and "learn Rust" - as in go read the Rust book. I was in the middle of reading what an integer was when I realized it probably wasn't the best use of my time.
rust-by-example
Posts with mentions or reviews of rust-by-example.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-01.
- Learning Rust for project.
-
A Beginner’s Guide to the Solana Web3 Stack
Rust can feel a bit intimidating at first but once you start getting the hang of it, you will enjoy it a lot. It has a very well articulated documentation, which can be used as a good learning resource too. Some other resources for Rust include Rustlings and Rust-By-Example.
-
Jumping into Rust for the first time. Is the interactive Rust textbook, published by the CS department at Brown University, a good starting point?
Rust by Example
-
How to move to rust from c++?
Rust by Example: Collection of runnable examples, which many find useful to read
-
Rust by Example: read lines - Why is the second example more efficient?
I think something went wrong there, I can find this (merged) PR with https://github.com/rust-lang/rust-by-example/pull/1679/files that has the first example collecting into a string, (which is obv less effective). It was merged 2 weeks ago. I dont know why it isnt online yet.
-
Picking Up Rust Before C With My Goals In Mind?
I more or less went straight from The Book (see also Rust by Example) to Learning Rust With Entirely Too Many Linked Lists and code::dive conference 2014 - Scott Meyers: Cpu Caches and Why You Care and I've often seen PNGme suggested as the next step after that.
-
How do I return a value from match construct?
Context around the "rust by example" discussion from 2015: https://github.com/rust-lang/rust-by-example/issues/390
-
From High-Level to Systems Programming: A Practical Guide to Rust, Part 2
The Rust By Example website is another helpful resource for learning Rust. It provides a series of interactive examples that demonstrate how to use various Rust features and libraries.
-
How to learn Rust (for backend) ?
The book is great and was my original introduction to the language, but rustlings or Rust By Example might be more interesting for an interactive (and more self paced) approach.
-
Learning rust
Rust by Example: Rust by Example is a collection of runnable examples that cover a wide range of Rust concepts and standard libraries. It's a great way to see how Rust code works in practice.
What are some alternatives?
When comparing book and rust-by-example you can also consider the following projects:
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
too-many-lists - Learn Rust by writing Entirely Too Many linked lists
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
fp-core.rs - A library for functional programming in Rust