Explore tweets tagged as #30DaysOfRust
@KryptosaurusEth
ZKryptosaurus
7 months
🦀 Day 30 of #30DaysOfRust 🚀 Feeling humbled & grateful for all the love and encouragement from my followers & the Rustacean community over this month. ❤️ Today I wrap up my 30 day challenge learning about Closures in Rust — fitting that my journey closes with closures 😉
11
3
16
@avi0_07
Abhishek
2 years
Let's Learn Rust Together 🦀 Write the First "Hello World!" #30daysofRust
1
1
5
@KryptosaurusEth
ZKryptosaurus
7 months
Day 15 of #30DaysOfRust C devs: “Enums are just a list of values.” Rust devs: “Hold my Option<T>.” 😋 Enums = safe, expressive, and powerful 🦀 Let’s unpack how they level up your code 🧵👇
11
0
5
@KryptosaurusEth
ZKryptosaurus
7 months
🦀 Day 17 of #30DaysOfRust Let’s talk about clean, readable control flow in Rust using if let and let...else 💡 Tired of verbose match arms just to handle a single variant? Let’s simplify 👇
5
0
5
@KryptosaurusEth
ZKryptosaurus
7 months
Day 20 of #30DaysOfRust🦀 20 days deep and today I finally clicked with one of Rust’s most mind-bending features: Lifetimes 🔥 Here’s how I made peace with the borrow checker (and how you can too):
6
0
6
@KryptosaurusEth
ZKryptosaurus
7 months
Day 13 of #30DaysOfRust 💯 Today I dove deeper into structs — powerful, readable, and way more expressive than tuples 🔥 Here’s what I built a rectangle area calculator, the Rustacean way 🦀👇
6
0
7
@KryptosaurusEth
ZKryptosaurus
7 months
🦀 Day 18 of #30DaysOfRust Today we're diving into one of the core concepts in Rust — Packages and Crates 🔥 If you’ve ever wondered how Rust organizes and compiles code, this thread is for you 👇
7
0
6
@KryptosaurusEth
ZKryptosaurus
7 months
Day 24 of #30DaysOfRust 🦀 Rust strings are NOT what you think they are. You can't index them. You can crash your program by slicing them wrong. And UTF-8? It's a blessing and a headache. Here’s a deep dive into how Rust handles strings — the safe, powerful way 🧵
9
0
3
@KryptosaurusEth
ZKryptosaurus
7 months
Day 25 of #30DaysOfRust 🦀 Just leveled up my Rust skills with HashMap<K, V> and it’s pure MAGIC✨ ✅ Store key-value pairs ✅ Smart .entry().or_insert() trick ✅ Ownership-safe ✅ Perfect for word counts, scores & more!
11
1
4
@KryptosaurusEth
ZKryptosaurus
7 months
Day 14 of #30DaysOfRust 🦀✨ Today I learned about Method Syntax in Rust — and how impl blocks turn plain structs into powerful types with behavior! 🔥
6
0
3
@KryptosaurusEth
ZKryptosaurus
7 months
Day 16 of #30DaysOfRust Match expression in Rust 🦀 Tired of writing messy if-else ladders? Meet @rustlang's 🔥 match expression — a powerful, exhaustive, and safe way to handle control flow.
9
0
8
@KryptosaurusEth
ZKryptosaurus
7 months
Day 23 of #30DaysOfRust 🦀 Let's dive into one of the most powerful collection types in Rust: Vectors (Vec<T>) They’re dynamic arrays that live on the heap and allow you to grow your collection on the fly. Let’s go! 🚀👇
9
0
5
@KryptosaurusEth
ZKryptosaurus
7 months
Day 22 of #30DaysOfRust🦀 How to Organize Rust Code into Multiple Files (Modules Edition) As your Rust project grows, splitting modules into separate files keeps things clean & maintainable. Here's how to do it right 👇
7
0
6
@KryptosaurusEth
ZKryptosaurus
7 months
Day 27 of #30DaysOfRust 🦀 🚨 Rust Panic! — When Rust says “Nope” 🚨 Sometimes code hits an unrecoverable error. Rust’s answer? panic! 🦀 Quick guide 👇
4
2
15
@KryptosaurusEth
ZKryptosaurus
7 months
Day 21 of #30DaysOfRust🦀 Let’s talk about bringing paths into scope with the "use" keyword — and how Rust keeps your code clean, readable, and efficient. Master this, and your Rust modules will be chef's kiss. 👨‍🍳✨ 👇
10
0
8
@KryptosaurusEth
ZKryptosaurus
7 months
Day 19 of #30DaysOfRust🦀 Let’s talk about one of @rustlang most elegant features: Modules! They help you organize code, control visibility, and build cleaner architecture. Here’s your cheat sheet, examples, and mental models 🧵👇
7
1
6
@KryptosaurusEth
ZKryptosaurus
7 months
Day 26 of #30DaysOfRust 🦀 Error Handling in Rust 🚀 Errors happen🙈 No matter how clean your code, something will go wrong. Rust forces you to face that fact — at compile time. ✅ Safer code ✅ No silent failures ✅ Happier future-you
7
1
8
@Emmyy_A
Emmanuel Agbaje
2 years
#30DaysOfRust #Day_02. spent more time on the doc while trynna gain a better understanding of ownership,references/borrowing in rust(tricky🥵🥲).Also looked up string slices & a few other concepts. SO to my bro @0xGideonBature, we both on this. need to process all these😮‍💨
1
0
2
@KryptosaurusEth
ZKryptosaurus
7 months
🦀 Day 29 of #30DaysOfRust 🚀 Rust Traits = Superpowers for your types ⚡ 💡 A trait is a contract: “If you can do this… you’re in the club.” ✅ Shared behavior ✅ Compile-time safety ✅ Zero runtime surprises pub trait Summary { fn summarize(&self) -> String; }
11
1
12
@Emmyy_A
Emmanuel Agbaje
2 years
#30DaysOfRust #Rust #day_01 Learning with the rust doc, i got to have a deeper knowledge on some of the inner workings of the rustlang from its applications to, syntactic structure, data_types, variables, functions, control flow statements, ownership, referencing and borrowin :)
0
1
4