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
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
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
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
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
The next talk puts popular Rust rewrites to the test. Mateusz Maćkowski and Marek Grzelak will examine how these tools stack up against their battle-tested predecessors, looking at real-world performance, compilation times, binary sizes, feature completeness, and ecosystem maturity.
#rustikon#rustlang#rustprogramming#learnrust