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

Richard Oliver BrayType conversion in Rust (as, From, and Into)
I'm fairly new to Rust and it's a language I've actually enjoyed learning, mainly for game developmen...

Joe ClayWhy Did Rust Pick the 'If Let' Syntax?
The 'if let' syntax often seems confusing/backwards to Rust newcomers, but there's a good reason why it looks the way it does.

Dylan AnthonyReplacing FastAPI with Rust: Part 3 - Trying Actix
Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. TL;...

Vee SatayamasEnable Rust autocomplete in Neovim
Prerequisite I use Ubuntu 20.04 and I have already install node.js. Install...

Henry BoisdequinRust: Initial thoughts
Recently, I have started to learn Rust. Why Rust you ask? Well, it's one of the best programming lang...

Vladimir Guguiev🦀 Publishing My First Rust Crate
So, I've published my first Rust crate. This post is a brief summary of my experience going through...

Crystal DurhamDynamically Aligned Types?
At this point, you're probably aware of what a dynamically sized type, or DST, is. They're types like...

Henry BoisdequinWeekly Update #1 - 10th Jan 2021
Hello! This is my first weekly update of 2021! Around a week ago, I posted an article specifying my g...

Kevin K.CLI Shell Completions in Rust
In this post we add shell completions to the XKCD CLI utility we made earlier. We'll show how easy it...

Alex MercedRust 101 - The Syntax and Basics
Why do we need another lower-level compiled language? Often times when you need to create...

ScottUnderstanding Yew Part 1
Notes on creating SPA's uisng yew

Basti Ortiz🦀 Rust Reviewed: Is the hype justified? 🦀
The Rust programming language has steadily been on the rise in terms of adoption and popularity. But is all the hype justified? In this article, I reflect on my experience with Rust in the past year, tackling the golden moments as well as the pain points.

Kevin K.Wanting to use BPF with Rust (Part 1)
Writing eBPF code is somewhat new and not for the feint of heart. It's typically done in a low level...

Kevin K.Diving into Rust with a CLI
A blog post titled, "Diving into Go by Building a CLI Application" has been making it's rounds of the...

SerokellWhy You Should Learn Rust in 2021
According to the StackOverflow surveys, Rust has been the most loved programming language for the l...

Kevin K.Rust RedBPF Networking (Part 4)
Current lay of the land NOTE: Before we start I need to disclaim that this post/series is...