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

Omar HiariESP32 Embedded Rust at the HAL: Remote Control Peripheral
This blog post is the tenth of a multi-part series of posts where I explore various peripherals in...

Santhosh BalasaRust: Embrace the Pythonic Flair with F-String Style!
In Rust, there is no built-in macro that directly replicates the exact functionality of Python's...

Lief StorerHow to deploy a smart contract in Rust
Soroban contracts are small programs written in the Rust programming language. In this tutorial we'll...

Santhosh BalasaDecorators in Rust
Code: // Define the macro. macro_rules! log_function { ($f:ident($($arg:expr),*)) => {{ ...

Moe KatibThe Hard Things About Rust
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees...

Nirmalya SenguptaRust Notes on Temporary values (usage of Mutex) - 3
A collection of notes I have made, while learning Rust

Stephan DillyGitUI 0.23 supports rewording commits and more fuzzy finding
GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast,...

Khaled HosseiniPlay Microservices: A Bird's-eye view
Welcome, everyone! This is the first article in a series called "Play Microservices" where I will be...

Khaled HosseiniPlay Microservices: Authentication service
This is the 2nd part of a series of articles under the name "Play Microservices". Links to other...

djmitcheffizz: Build a Beautiful C API in Rust
Foreign Function Interface, FFI, is an umbrella term for interfacing between programming languages....

Mike DBuild MD5 From Scratch With Rust
I've been tinkering with Rust alot this past month and I decided to build a from scratch implementation of the md5 hashing algorithm. It was a fun project, so I figured I'd write a quick article about how md5 works and how I implemented it.

Fady GA 😎Learning Rust 🦀: 05- Your first Rust game: "Guess The Number"
Yes! You have read it right; we are going to write our first game using just the basic knowledge...

Omar HiariESP32 Embedded Rust at the HAL: Random Number Generator
This blog post is the ninth of a multi-part series of posts where I explore various peripherals in...

anesMemory in Rust
Introduction I recently started getting more and more into Rust, as I wanted to adopt a...

Nirmalya SenguptaRust Notes on Temporary values (usage of Mutex) - 1
A collection of notes I have made, while learning Rust

johnnylarner30 Days of Rust - Day 27
Good afternoon everyone, I'm entering the final blog sprint. I'm finishing my 30 days of learning...