Filter
Exclude
Time range
-
Near
Great hands-on intro to async Rust by @heyfebin 🦀 It answers the question most tutorials skip: who actually runs async code in Rust? The answer is built from scratch : a oneshot channel, a waker, a block_on runner, using nothing but std. No Tokio yet. Just the raw primitives. Once every piece is understood, reaching for Tokio feels natural, nothing is magic anymore. Chapter 1 covers: → Why Rust ships no event loop (unlike Node) → What polling actually does → How Waker signals when to poll again → Building a oneshot channel from scratch 🔗 aibodh.com/posts/async-rust-… #Rust #RustLang #AsyncRust #Tokio #LearnRust
2
16
119
6,108
primitive types like i32, f64, bool implement the Copy trait they just get copied automatically. no moves. no borrowing. no ownership headaches. rust's strictest feature has exceptions and nobody talks about it enough #RustLang #Rust #Programming #WebDev #BuildInPublic #LearnRust #CopyTrait #BorrowChecker
2
57
Day 3 of my Rust journey 🦀 Today I dove into Enums, Structs, Tuples, and Expressions, and actually practiced them with real code. Coming from JS & Python, Rust’s way of doing this feels both strict and super expressive at the same time. My brain is starting to think in Rust patterns 📷Slowly but surely locking in the fundamentals. We keep pushing 📷 #Rust #LearnRust #100DaysOfCode #RustLang #CodingJourney #BeginnerDev #BuildInPublic #CodeNewbie
2
12
Last but not least - @_gauravgahlot. He will take a deep dive into Rust channels to explore how message passing enables reliable concurrent programming. #rustikon #rustlang #rustprogramming #learnrust
2
89
How Rust debugging actually works? @VBragilevsky shows how compiler-generated debuginfo (DWARF/PDB) maps binaries back to source, and how LLDB/GDB interpret that data in practice. #rustikon #rustlang #rustprogramming #learnrust
1
1
6
155
Automotive fans here? @lyaruu will draw us into the art of 'CAN bus sniffing': Connecting to the central nervous system of a modern car, interpreting the data, and seeing what we can build as enthousiastic amateurs. #rustikon #rustlang #rustprogramming #learnrust
3
86
Welcome, Marcin Kulik. During this talk we'll build together a basic, working async runtime. Now is a good time to mention that all the presentations will soon be available on our YouTube channel. #rustikon #rustlang #rustprogramming #learnrust
3
86
Our sponsor, @Exein_io has for us another inspiring lightning talk. #rustikon #rustlang #rustprogramming #learnrust
2
68
What happens when we take Andrej Karpathy’s legendary “The spelled-out intro to neural networks and backpropagation” — and rebuild it line by line in Rust? This is what @EncodePanda is showing us right now. #rustikon #rustlang #rustprogramming #learnrust
2
2
204