How many hours of #Rustlings until I can be Rust certified? Asking for me.
Sharing in Dada
smallcultfollowing.com/babysteps/blog/2026/02/1...
Dada: moves and mutation
smallcultfollowing.com/babysteps/blog/2026/02/1...
Hello, Dada!
smallcultfollowing.com/babysteps/blog/2026/02/0...
Move Expressions
smallcultfollowing.com/babysteps/blog/2025/11/2...
Just call clone (or alias)
smallcultfollowing.com/babysteps/blog/2025/11/1...
Bikeshedding `Handle` and other follow-up thoughts
smallcultfollowing.com/babysteps/blog/2025/11/0...
#rustlang #rustlings
Finally making it to the end of Rustlings, but I have to say, Exercises 11 - 13 could really do with some work, I got stuck many times here since there were suddenly a bunch of new concepts dropped on me out of nowhere which I had not learned yet. The rest has been great though!
Explicit capture clauses
smallcultfollowing.com/babysteps/blog/2025/10/2...
Move, Destruct, Forget, and Rust
smallcultfollowing.com/babysteps/blog/2025/10/2...
We need (at least) ergonomic, explicit handles
smallcultfollowing.com/babysteps/blog/2025/10/1...
SymmACP: extending Zed's ACP to support Composable Agents
smallcultfollowing.com/babysteps/blog/2025/10/0...
The Handle trait
smallcultfollowing.com/babysteps/blog/2025/10/0...
#programming #rustlang #rustlings
Just finished the 3rd lesson of Rustlings (if statements), got to say, I really like how easy it is to set up this entire thing, and the error messages are extremely helpful!
On to Primitive Types next!
At chapter 6 of rustlings.rust-lang.org #rust #rustlings
So #Rustlings apparently is a rather hard term for speech to text to recognize unguided. Terms I got instead, while correcting subtitles for our meetup talk:
- Rustlinks
- Rustlinfs
- Wrestling (my favorite)
"Because I think it'd be really great to have some sort of guided wrestling in my […]
Editor de código Zed con los ejercicios de Rustlings para aprender Rust. Se muestra avance de los primeros 8 módulos.
Resueltos los primeros 8 módulos de #Rustlings . Por hoy, un descanso de #Rustlang
Detengo el proyecto #xlslang de momento, y mejor voy a resolver los problemas de #rustlings para afianzar más y ojalá entender como resolver el problema que tengo.
#rustlang
Learning #rust with #rustlings is awesome! It has been a long time since I had so much fun while learning something new.
Pictures of covers and poets faces on colourful background
IT'S PUBLICATION DAY! & we're launching 2 fantastic debut pamphlets from @gabrielletse_ & #IlishaPurcell. Gabrielle's #Rustlings is 'Scintillating, experimental and sensuous' @jennywcreative Ilisha's #WhatSheSaid is 'An extraordinary work' #HeidiWilliamson
tinyurl.com/3uuytcv6
Having just finished Rustlings (90+ exercises for Rust newbies) I really feel like a balloon drop is also warranted!
#rust #rustlings #programming
Ok here's a first question I encountered while working on the #rustlings :
When defining a function, what does it mean to put the `mut` keyword in front of the argument's *name* vs. in front the the argument's *type*? E.g. what's the difference between the following two lines:
```
fn […]
Screenshot of Visual Studio Code in Linux show the greetings messages for finishing the rustlings exercises. It features the Rust mascot, a crab named Ferris, in ascii-art.
I made it!! #rustlang #rustlings Now to celebrate end of 2024 🎆🎉
We we continue with the #rustlings #rust-lang
Introducing Ceilings: #rustlings for #C! This project is a WIP (I'm making exercises as I work my way through an old copy of K&R), so if you know #CProgramming and you see anything wrong or have some tips, please open an issue or fork! :)
github.com/Pinjontall94...
progress! I finally ripped out a bunch of unnecessary testing stuff, Ceilings is in a state where I can add the exercises without too much overhead on my end. Can't wait to have #rustlings for C! :D
github.com/Pinjontall94...
Hey, look! I did a thing! Finished all the #rustlings #Rust exercises and got this cool graphic!
Exercises are at github.com/rust-lang/ru...
#programming #computer
Since this tries to drag beginners into the #IntelliJ eco system, promoting the RustRover IDE: RR will cost you at least 82€ per year (except for individual non-commercial use) and is limited to #rust. Try #VSCode or #Atom instead, covering much more for free. Use #rustlings for exercises. #rustlang
The borrow checker within
smallcultfollowing.com/babysteps/blog/2024/06/0...
I love the idea of #rustlings! Now that I've completed several lessons from "The Rust Programming Book" 👉🏻 doc.rust-lang.org/book/, 📚 I've started doing some exercises to reinforce what I've learned. 🤓