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

Beka Modebadze5 Reasons Why You Should Start Using Rust for Personal Projects
When one master's student at the University of Helsinki was not able to get his hands on one of the...

Matt DaviesRust #8: Strings
Strings, at first glance in Rust, may seem very complicated. First of all, there's the existence of...

AlexTwo diagrams showing the current Rust network ecosystem
rust web ecosystems

René RibaudRust cli example: Ferris fetches Go gopher postcards
Why this article This article is inspired by Aurelie Vache's...

Nicolas FränkelRust's Vector
I'll be honest: I initially wanted to describe all collections available in Rust as well as their...

Julian.ioSmart Contracts on the MultiversX (Elrond) blockchain
Are you interested in NFTs on the MultiversX (Elrond) blockchain? Check out open source tools that...

Roger Torres (he/him/ele)Rust BDD tests with Cucumber
This post is out of date. The cucumber crate version used here is obsolete. Fortunately, the new...

Kingkor Roy TirthoUseful 7 Linux/MacOS Terminal tools🛠️ (Windows too partially)
Terminal/Command Line gives you the power of a god👑. You can do anything with it Starting from...

TiemenImplementing Base64 from scratch in Rust
Implementing a Base64 encoder and decoder from scratch in Rust.

Matt DaviesRust #7: Command-Line interfaces
I have discovered that Rust has great support for writing Command-Line Interface (CLI) tools, or...

Rodney LabAccessible Text on Images: Nail the Contrast Ratio
Accessible Text on Images: place your text on a semi-transparent background overlay but what alpha do you need for the text to be accessible?

DaveAdding our own custom statement to Rust language
Adding a custom statement to Rust compiler called Unless which is equivalent of if !cond {...}

Alex PoulosRust: First Thoughts
My third child, Maximus, was born this Spring, and thanks to a generous parental leave policy I’ve...

nabbisenDeno installation on Arch Linux
What is Deno? deno.land, the official website, tells shortly and impressively: Deno is a simple,...

ender minyard✨🥞 Rust Visualized: The Stack, the Heap, and Pointers
The part of your operating system that allocates memory for a program as well as loading its code and...

Roger Torres (he/him/ele)First steps with Rust declarative macros!
Macros are one of the ways to extend Rust syntax. As The Book calls it, “a way of writing code that...