DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

What would SQLite look like if written in Rust? — Part 3
Writing a SQLite clone from scratch in Rust ← Part 0 — Overview ← Part 1 — Understanding SQLite and...

Adam.SDeconstructing SPF Records with Rust
Hi. If you have visited my blog before you might have seen my series on using the trust-dns-resolver...

ender minyardRust no_std template
There are many in-depth tutorials that explain how to write a #![no_std] binary. This is just a simpl...

Sean ChenA Beginner's Guide to Handling Errors in Rust
The example projects in The Rust Programming Language are great for introducing new would-be Rustacea...

Ryan DsouzaRust on Lambda using the CDK
Introduction AWS introduced a Rust runtime for Lambda and since then you can directly run...

Abhishek GuptaGetting started with Kafka and Rust: Part 1
This is a two-part series to help you get started with Rust and Kafka. We will be using the rust-rdka...

senyoErgonomic error handling with Rust
Prior to learning Rust, I never knew error handling was actually a big deal. It never struck me that...

jeikabuEarly Raspberry Pi Pico and Rust
The Raspberry Pi Pico announced earlier this year is a $4 microcontroller board from the makers of...

TalRust Generic Types in Method Definitions
Intro If you're new to Rust, reading through the official Rust book (which you definitely...

Syed Faraaz AhmadI was bored, so I built a programming language
One fine evening in the first lockdown of 2020, there I was, sitting idly, not knowing what to do....

Martin KavíkMoonZoon Dev News (2): Live demo, Zoon, Examples, Architectures
The Zoon dev marathon is over. And it does something! And it does something on Heroku! You can try...

doma.devParser combinators in Rust
TL;DR Don't use regular expressions for parsing Parser combinators are a way to construct...

Dandy VicaImplementing SHA2 (256/512) algorithm with Rust const generics
The const generics feature is landing in stable Rust from version 1.51. This feature has been longly-...

NaveenKumar Namachivayam ⚡Are you ready for a Goose Attack?
Recently I stumbled upon a new load testing tool called Goose. Immediately I took it up for a spin an...

João Victor IgnacioAnalisando alocações de memória em Rust utilizando GNU Debugger
Olá pessoal, como vão vocês? Neste artigo, vou mostrar pra vocês um exemplo de como podemos analisar...

Wafelackrad, a privilege changer.
Hello, I wanted to share with you my own privilege changer, rad. It works like a standard privilege...