#rustlings — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rustlings, aggregated by home.social.
-
I've accidentally solved a #Rustlings exercise when I commented out a function to focus in some other part of the code. I'm a hacker now. 😎
#rust -
#Zellij integration in #Rustlings 🪟
https://asciinema.org/a/902151
Works well with terminal text editors like #HelixEditor :helix:
Will be released soon ✨️
-
Started with the #rustlings course in @calisti 's workshop at #39c3, now halfway done thanks to sitting down together with @captain_maramo for some mutual commitment (and being able to help each other) ^-^
Progress: [#################>----------------] 47/94
-
Let's Learn Rust Using Rustlings
This video is a walkthrough and review of learning Rust using Rustlings, aimed at developers who struggle with Rust’s ownership model and borrow checker.
📺 https://www.youtube.com/watch?v=jJopQTH7vmg
🦀 https://rustlings.rust-lang.org#rustlang #programming #coding #rust #yt #youtube #video #rustlings #learn #programming #learncoding #learning #learningprogramming
-
#Rustlings Fixes Your Nightmares :ferris:
-
At chapter 6 of https://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 company."
Also, "Rust for Rustaceans" became "Rust Forestations".
-
With that, we have a new guide for "Community Exercises" ✨
https://rustlings.rust-lang.org/community-exercises
You can create your own exercises and let the #Rustlings program manage them 😃
I have heard that the #BevyEngine community is thinking about creating some exercises for Bevy beginners 😉
-
Launched a new website for #Rustlings 🎉
https://rustlings.rust-lang.orgIt even has a new link 🔗
What do you think? Anything missing? 🤔
-
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 -
#RustLang I’m not 100% sure, but I think it was @laund who recommended #Rustlings to me (see https://github.com/rust-lang/rustlings). I do a few every day. I’m really enjoying them and they are very helpful and practical.
-
In a new attempt at Rustlings this year, I wonder why I didn't learn it last year. What a wonderful language. I like it better than Golang in many places, and worlds better than PHP.
-
Does anyone know of a rustlings-like implementation for PHP?
-
Learning #rust with #rustlings is awesome! It has been a long time since I had so much fun while learning something new.
-
Started #Rustlings, a #RustLang tutorial thing (on a recommendation here). The first several exercises made me concerned that it might be stuff I’ve already learned. I checked ahead in the repo and it looks like the later stuff is appropriate for me. Tried not to spoil anything.
-
🥳 LIVE NOW @ozoned ! 🥳
Watch here: https://stream.ozoned.net/Here is a list of 4 relevant hashtags for your live stream:
GamingOnLinux - #GamingOnLinux
Rustlings - #Rustlings
LinuxGamingCommunity - #LinuxGamingCommunity #owncast #livestream #stream #selfhosted -
@MrMST Hi! One thing that may help is to stop thinking about it as an "SDK" :)
SDKs are usually provided by commercial vendors looking to develop their products.
If you want to get started with Rust, I'd recommend the excellent open source package #Rustlings - https://rustlings.cool/
From that link are instructions on how to get Rust installed, and the exercises are a great way to get going. I finished it and can attest it's an excellent experience!
-
YOU GUYS!
I've been working on it for what feels like nine forevers BUT I FINALLY FINISHED #rustlings !!!!!
I'm SO FREAKING CHUFFED I can barely stand it :)
Now I can finally contribute to some FLOSS #rust projects like @VeilidNetwork !
WOOHOO!
-
I think maybe I need to put #rustlings aside for a bit and read up a bit more.
I'm hitting the point where I am perma-stumped on some of the exercises.
Like, I really don't understand map_err or why I would want it. The examples aren't making much sense yet.
Not giving up, just changing tactics :)
My latest sticking point:
https://github.com/rust-lang/rustlings/blob/main/exercises/13_error_handling/errors6.rs
-
I've really been enjoying learning #rust with #rustlings! I'm 2/3 of the way through so far. Major props to the Rust community for such a nice tutorial. I learn better by example, and I love how it even links to the relevant sections of the online book.
-
So I've been learning #rust and chugging along pretty well but... Optionals?
They BREAK my tiny brain :)
Not the declarations themselves, but the boxing and unboxing that needs to happen as they are used and compared, etc.
I had to look at a solution for the first time in my entire #rustlings experience :)
Still not sure how I feel about that. Probably won't do it again, but after a week of struggling I decided I'd learned all the negative feedback I could from that problem :)
I understand it now that I see it, but I am now questioning whether I am in fact clever enough to ride this ride.
while let Some(Some(foo) = optional_bar_vec.pop() { ...
just didn't occur to me even though the exercise hint should have been the all the clue by four I needed.
-
Hey, if any of y'all are interested in learning #C, I made a project in the spirit of #rustlings and #ziglings: Ceilings! It's still a WIP, but if you know #cprogramming, and there are any improvements to be made, pls open an issue (or better yet, fork)! I'm making the exercises as I learn C myself, following along with my old copy of K&R and a PDF of C Programming: A Modern Approach 😇