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

Jim BennettFormat Rust code with cargo format
This blog post was a fun one to write - cos I didn’t! I actually learned about cargo fmt on a recent...

Jim BennettLint Rust code with cargo clippy
This blog post was a fun one to write - cos I didn’t! I actually learned about cargo clippy on a...

Alexander FriedlExplain Design Systems like I'm Five
A post by Alexander Friedl

Sean LarkinOne Crate a Day: has-flag
"One Crate a Day" is a journal through my introductory learnings of the Rust Programming language.

Daniel ImfeldSwitching Result and Option in Rust with Transpose
When writing Rust code, it’s common to have an Option value that you want to map through some...

El Bruno#Rust 🦀 – Working with hashmaps is cool. And a little C# experience 😄
Hi ! During today’s Rust lession in the “First Steps with Rust” (in Spanish), we reviewed the...

SivakumarRust: Expect vs Unwrap vs ?
In the previous posts about Option and Result type in Rust language, we have seen the various ways to...

Ahmed KamalA tmux plugin to make creating/switching sessions easier
Tmux session wizard One prefix key to rule them all (with fzf & zoxide): Creating...

Bogdan SikoraReact-Phaser
https://github.com/4rokis/react-phaser-example There are multiple reasons why you might want to...

SivakumarWorking with Enums in Rust
In this blog post, we're going to see how to work with Enums in Rust Enums Enum is a type...

Tea ReggiExploring the World of Indie Game Development: My Journey from Pixel Art to JavaScript Frameworks and Beyond
TLDR: As a web developer I look into what it takes to make a GBA style Pokémon game from the tools...

Anish PallatiIntegrating UnoCSS with Yew
If you'd like to just use a template repository to get started faster, I've prepared one here. ...

Praveen ChaudharyWeb Assembly With Rust
It is a universal binary code that is designed for the web. Wasm uses a low virtual machine with...

Wade ZimmermanNative iOS Touch Events w/ Rust
A continuation of my journey exploring cross platform game development using purely Rust and the Bevy...

medyThe way integrate Rust into Nim
Let's make use of Rust's assets in Nim!

SivakumarREST API Implementation in Rust
In this blog post, let us see how to build a simple REST API in Rust. ...