Rustlings
:crab: Small exercises to get you used to reading and writing Rust code! (by rust-lang)
book
The Rust Programming Language (by rust-lang)
Rustlings | book | |
---|---|---|
297 | 651 | |
57,043 | 15,875 | |
1.8% | 1.8% | |
9.7 | 9.8 | |
11 days ago | 4 days ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 or later |
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.
Rustlings
Posts with mentions or reviews of Rustlings.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-16.
-
How to Get Started with Rust Programming
Rustlings - Small exercises to get you used to reading and writing Rust code
-
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.
-
auto y2025 = new Year(); // Resolutions
Finish again the rustlings.
-
Swift 6
I’ve been meaning to do this for years, and just played around with rust a bit (liked it, but the wrappers around some c++ stuff i wanted to use were half baked). Learning rust, there was this “rustlings” thing [0] that was a set of guided exercises to go alongside the rust book. Fastest I’ve ever picked up a language, thanks to that. Do you or anyone know anything similar for c++?
[0] https://rustlings.cool/
-
To-Do from CLI with Rust
Rustlings
-
Rust from a Web perspective
It is becoming more and more applicapible to the Web... Servers and clients with #wasm, you can actually natively import a rust module into node.js for extra threads or heavy lifting. Start learning!
-
Up(sun) and running with Rust: The game-changer in systems programming
Practice with "Rust by Example" and "Rustlings"
-
100 Exercises to Learn Rust
Surprised no one has mentioned another great and similar resource called Rustlings [0] (yes very punny name). You are given some files with todo statements which you'll need to fix and make the code compile and pass all the tests. It's an interactive way to learn which is what got me through learning Rust a few years ago.
[0] https://github.com/rust-lang/rustlings
-
GPUI 2 is now in production – Zed
Zed is great, have been using it to do the Rustlings exercises and learn Rust:
https://github.com/rust-lang/rustlings
If you've been looking for an excuse to learn Rust, check it out.
- I'm looking for practical Rust exercises
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-03-19.
-
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.
-
Must-Know 2025 Developer’s Roadmap and Key Programming Trends
The Rise of Go and Rust: For those looking at future coding languages 2025, Go and Rust are getting a lot of attention. Go, made by Google, is known for its speed and ability to handle many tasks at once, which makes it great for cloud work. Rust, on the other hand, is praised for its focus on preventing memory mistakes and for being very fast, making it a top choice for low-level programming. Both are becoming more popular, as seen in Google searches and industry surveys. Actionable Tip: Start by writing a few simple programs in Go or Rust. The Go documentation and Rust Book have easy-to-follow lessons that build your skills step by step.
-
auto y2025 = new Year(); // Resolutions
Finish again The Book.
-
State of Mind Right Before 2025
Rust was all the hype, and I gave it a try. I read the Rust book and created some small programs. I enjoyed the type system, iterators and borrow checker. But I got lost in macros. To me, a program's code should be as explicit as possible.
-
🤯 Why Rust it's so good?
Link: https://doc.rust-lang.org/book/
-
Build Lightning-Fast Data Processing in Rust: From Single Thread to Parallel Performance
The Rust Book
-
Rust: Pouring the Footings
In this article, I’ve hopefully given you some foundational breadcrumbs in the Rust language. Take these and go off to do your reading, research, and practice. As always, I recommend The Rust Programming Language for further reading and detail.
What are some alternatives?
When comparing Rustlings and book you can also consider the following projects:
rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust
rust-by-example - Learn Rust with examples (Live code editor included)
too-many-lists - Learn Rust by writing Entirely Too Many linked lists
rust-by-practice - Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming