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

Benjamin KampmannHunting down a non-determinism-bug in our Rust Wasm build
Note: Together with a few colleagues, I will be hosting an AMA on the Rust subreddit Wednesday, July...

Crystal DurhamString interners in Rust
This is basically a direct followup to Amos/fasterthanlime's blog post Small strings in Rust. If you...

Kirill VasiltsovHow to write a Stack in Rust
The simplest way to build a stack in Rust

Alex FallenstedtUsing Rust and WebAssembly to Process Pixels from a Video Feed
At Streem we are on a mission to make the world's expertise more accessible. We create guidance tools to steer the discussion and ensure accurate understanding the first time. Creating these guidance tools involves a lot of computation, which was an ideal problem for Rust and WebAssembly

Seb NilssonFrom C# to Rust: Introduction
Rust has been the most loved programming language for the last 5 years. For a C#-developer, it could be a powerful addition to the tool-belt.

Swapnil Mhaske👨💻🎮☕🌄started learning rust
So, I decided to learn a new programming language. After doing some studies around I got attracted to...

Julio Daniel Reyes(Video) Authentication Service in Actix - Part 1: Configuration
In this video series, I'm going to build an authentication service in Actix. There are a couple...

Stephan DillyGitUI v0.8
GitUI - the fastest terminal tool for git written in rust The v0.8 release improves speed ⚡️ in gian...

Ahmed Noor E AlamImplementing Polymorphism in Rust
In this post we will be implementing Polymorphism in Rust. But what is Polymorphism? In simple terms...

Jamie GaskinsPerformance Comparison, Rust vs Crystal with Redis
Comparing performance of Rust vs Crystal talking to a Redis database
![Cargo [features] explained with examples](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz67pkthubwfbgcg6e68d.png)
MaxCargo [features] explained with examples
If you feel confused about all the intricacies of Cargo.toml [features] section you are not...

Lokesh PrabakaranWebAssembly with Rust and React (Using create-react-app)
WebAssembly looks quite promising in bringing high performance, near-native speed to frontend applica...

Davide Del PapaZola Tutorial: How to use Zola the Rust based static site generator for your next small project, and deploy it on Netlify
(Photo by June Wong on Unsplash) Demo: https://hello-zola.netlify.app/ Repo: https://github.com/dav...

Erick Sosa GarciaLet's rewrite Typescript in Rust!
If I'm sure of one thing, it is that typescript completely changed the way developers viewed javascri...

Jakub BarszczewskiRust + Actix + CosmosDB (MongoDB) tutorial api.
Simple web api done in Rust that stores and retrieve data from Azure Cosmos DB (or any MongoDB compatible database)

Michał SiedlaczekProtobuf code generation in Rust
Today, I learned how to correctly use Cargo build scripts. Or, more precisely, I learned how to do on...