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

Crystal DurhamWhat is a Lexer, Anyway?
The first task when implementing any language (that is already specified) is to turn the source code...

Stefanos KouroupisOperator Overloading in Rust
playing with operators in rust

FilipRusted brains: Running Rust firmware on a Cortex-M microcontroller
This is the second post along my journey to creating a biometric password manager. For an overview of...

Mark Sta AnaGitHub template for Rust projects
Photo by Marian Kroell on Unsplash I've just finished creating a GitHub template that you can use to...

jeikabuLumberyard Editor Plugin in Rust
With a Rust static library working in Lumberyard, let’s try something more interesting. The main...

Werner EchezuríaPractical Rust Web Development - State Machine
Rust's type system allows implementing state machine in a straightforward way. In our application we...

Crystal DurhamConformance Testing in Rust
I'm excited to announce conformance::tests, a new crate I've published as part of building the Tiny-C...

Misha ShelemetyevBring Some colors to your terminal!
Little Fridays post about how you can look at photos from your terminal.

Kenneth LarsenHow to Distribute a Rust Binary on NPM
Recently I published a CLI tool called baelte. It's written in Rust, and it's aimed at frontend devel...

jeikabuRust in Lumberyard
Amazon Lumberyard, like CryEngine, is mostly C++. Some tools are done in Python, and Lua can...
Ian WilsonBuilding Powerful GraphQL Servers with Rust
Setting up a GraphQL server with Rust, Juniper, Diesel, and Actix; learning about Rust's web frameworks and powerful macros along the way.

Crystal DurhamCrafting IDE-Ready Compilers
This is the introductory post of a series, so normally you would find a motivational section here. Wh...

Mark Sta AnaGitHub Actions: Rust edition
Photo by Zsolt Palatinus on Unsplash I'm on a bit of a GitHub Actions deep dive this weekend. I trie...

Ben LovyShareable CLI demo?
Hi folks! Over the weekend I was enlisted to produce a proof of concept demo, to pitch as part of a...

Ben LovyPass-By-Value in C++ and Rust
C++ and Rust are often compared to each other. They occupy a similar space in terms of power and fle...

SathishOwnership in Rust #RustWorthy Part 2
Hey People! This is my second post in the Rust Series. Checkout my last post about why Rust is so awe...