AstraKernel 💫
@AstraKernel
Love computers and coding. While I'm particularly passionate about Rust,it's not the only language I work with. Recently started loving embedded programming
🦀 List of Resources to learn Rust - Roadmap From Beginner to Advanced Level 🔶 a curated collection of materials designed to assist learners at various stages of their journey with the Rust. github.com/ImplFerris/Lea… #rustlang #rust #programming #developers

If you are wondering why Ferris is not looking great, it is hand drawn 😄
✨ Rust Embedded Drivers (RED) Book - Learn to write create simple drivers for hardware devices that work within the embedded Rust ecosystem - Driver for DHT Sensor to read Humidity and Temperature - Learn to use emebdded-hal-mock for testing red.implrust.com
✨ Rust Embedded Drivers (RED) Book - Learn to write create simple drivers for hardware devices that work within the embedded Rust ecosystem - Driver for DHT Sensor to read Humidity and Temperature - Learn to use emebdded-hal-mock for testing red.implrust.com

It is one of the best features of Rust You will know it's worth only when you code in that language where you have to put the same boiler plate code for the error (and it clutters your logic) 🥹

Ratatui revolutionized terminal UIs in Rust - but what if it went beyond the terminal?🤔 Jagoda Ślązak gave a talk about: • running Ratatui on tiny screens • no_std compatibility • experimental backends 🪤 Watch it here: youtube.com/watch?v=QPjojO… #rustlang #ratatui #embedded
Hand crafted by Koen, posted in Rust embedded matrix group

✨ Using SPI with Embedded Rust Ecosystem esp32.implrust.com/spi/spi-and-ru…

Hey @RustLang fans! Nicholas Nethercote, a top Rust compiler contributor is seeking a new role to keep making Rust awesome. Check out his post below for his epic work on compiler perf & more! RT to spread the word! #rust #rustlang #programming nnethercote.github.io/2025/07/18/loo…
🦀 x.com/RustNationUK/s…
👋 Introducing: Community Fridays Every Friday, we spotlight key figures in the Rust community. The people whose vision, code, and dedication shape the language we love. And what better place to start than Niko Matsakis. 🛠️ For those of you who don’t know: Niko led the…
Have just released dynosaur v0.3.0, dynosaur is a Rust crate that lets you use dynamic dispatch on traits with async fn and methods returning impl Trait. We are getting close to v1.0. Feedback is more than welcome! github.com/spastorino/dyn…
It is contagious. Beware!
the last thing I remember is writing Rust how did I end up here?
Ran into an interesting article about memory optimization in Rust at Figma. Link below!
✨From std to no_std: Embedded Rust programming with ESP32 - Create project from a scratch instead of using template - Step-by-step: convert a standard Rust binary into a no_std one that runs on the ESP32 esp32.implrust.com/std-to-no-std/…

RUST TIP 🦀 In our previous issue we shared a Rust tip for controlled panic handling and situations where it’s most useful. Let’s move on to this week’s tip. Using matches! Macro for Concise Pattern Matching #rust #rustlang #programming
✨ What the Hell Is a Target Triple? I was searching to understand the pattern behind the target triple and why it is not clear Found this nice article on it mcyoung.xyz/2025/04/14/tar…

Embedded Rust - Abstraction Layers esp32.implrust.com/abstraction-la…

> Rust wasn’t built for language wars. It was created to solve serious, practical problems in one of the toughest codebases in the world. x.com/RustNationUK/s…
🦀 Did you know Rust didn’t start at Mozilla? Like many great tools, Rust began with curiosity. In 2006, Graydon Hoare set out on a personal project (as many of us do) to build a systems language that could match C++ on performance, without its memory pitfalls. An ambitious…
> Rust wasn’t built for language wars. It was created to solve serious, practical problems in one of the toughest codebases in the world. 👏
🦀 Did you know Rust didn’t start at Mozilla? Like many great tools, Rust began with curiosity. In 2006, Graydon Hoare set out on a personal project (as many of us do) to build a systems language that could match C++ on performance, without its memory pitfalls. An ambitious…