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

talentSoftware Testing in Rust for Developers
Introduction In this guide, we will learn what tests are and how to write and run them in...

Omar HiariESP Embedded Rust: Multithreading with FreeRTOS Bindings
Introduction In the Rust ESP std ecosystem, different levels of abstraction allow for...

Matt AngelosantoWriting Rust bindings for Node.js with Neon
Written by Oduah Chigozie✏️ While Node.js is a powerful JavaScript runtime environment, it has its...

MilesManaging Application Config in Rust
One of the tenets of a Twelve-Factor app is to store application configs in the environment the...

dexterstarting overview of my new project animal_game
The goal is to create an ecosystem simulator similar to Rainworld. Maybe turned into a game if I get...

Khair AlanamRust Tutorial 2: Let's make a Guessing Game!
Reading time: 20 minutes Welcome back to the Rust Tutorial series! In this tutorial, I will be...

KaiExploring Modding Systems: A Journey With Lua and Rust
Making a cargo project and integrating Lua Let’s embark on this journey by creating a new...

CrabNebulaYou’re in Good Company with OSS: CrabNebula and Impierce Technologies
There are so many great reasons for loving open source software (OSS). Some people love being valued...

Be Hai NguyenRust & MySQL: executing MySQL stored procedures which return multiple result sets using crate sqlx.
MySQL stored procedures can return multiple result sets. In this post, we’re looking at calling such...

Fady GA 😎Learning Rust 🦀: 14 - Option Enum: An Enum and Pattern matching use case
We will finish off our Enum and pattern matching discussion that was started here by a case study on...

wrongbyteIntroduction to graphs - BFS algorithm
Imagine we have a game in which the characters can move in a 2D grid, just like the image...

Khair AlanamRust Tutorial 1: Writing Hello World
Reading time: 3 minutes Hey everyone! Recently I started learning the Rust programming language for...

Ed RutherfordBuilding a PinePhone App With React and Tauri
Ed Rutherford /...

Louis Fortier-DuboisWhy Rust Is the Optimal Choice for Deep Learning, and How to Start Your Journey with the Burn Deep Learning Framework
The comprehensive, open-source deep learning framework in Rust, Burn, has recently undergone...

Be Hai NguyenRust & MySQL: delete, insert data using crate sqlx.
We'll look at: how to delete data from and insert data into MySQL tables using crate sqlx. This post...

Be Hai NguyenRust & MySQL: connect, execute SQL statements and stored procs using crate sqlx.
We'll discuss: ⓵ how to connect to a MySQL server, ⓶ run queries to select some data and display...