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

What would SQLite look like if written in Rust? — Part 1
What would SQLite look like if written in Rust? — Part 1 Writing a SQLite clone from scrat...

What would SQLite look like if written in Rust? — Part 0
Writing a SQLite clone from scratch in Rust Part 1 — Understanding SQLite and Setting up CLI Applica...

Evaldas BuinauskasValidating JSON input in Rust web services
One of the key features of a good web service is user input validation. External input cannot be...

Rudo. Building Terminal UI with Rust
Hey there, in today's post I would like to introduce you to my new pet project - Rudo. Rudo stands fo...

YJDoc2Make a Combined Library and Binary Project in Rust
In this article, we will take a look at how to create a combined library-binary project in Rust. In...

Alex MercedGo, Rust and C++ Side by Side
Why? Recently I did a blog post where I show the basic syntax in Javascript, Python, Ruby...

Serokell17 Resources to Help You Learn Rust in 2021
Searching for a new programming language to learn in 2021? There are many great options out there, bu...

RhymuSwift vs. Rust -- an Overview of Swift from a Rusty Perspective
I first learned Swift in 2017, which for me was ages ago. Back then it was at version 3.1. I'm much...
Marius ReimerSvelte with Rust and a GraphQL REST API Wrapper
I show how I created a basic GraphQL Wrapper in Rust for the REST PokeAPI, including a PokeDex website using Svelte

Davide Del PapaRust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021)
[Photo by Kelly Sikkema on Unsplash, modified (cropped)] This article follows up on a discussion. Pl...

Jakub BarszczewskiRust CLI Game of Life tutorial - PART 1
Tutorial showing how to implement Conway's Game of Life as a CLI application written in Rust. Makes use of Crossterm crate which is amazing for working with terminal.

jldecForays from Node to Rust
Why Rust? A couple of years ago I picked up the excellent Programming Rust book. Reading...

Daniel ImfeldCreate a Parser with Rust and Nom
Writing a parser can seem intimidating if you haven’t done it before. It conjures visions of obscure...

Serokell24 Awesome Open-Source Rust Projects
Rust has a very lively and fast-paced open source ecosystem, with a ton of contributors working on a...

Sean ChenImplementing an LRU Cache in Rust
The original version of this post can be found on my developer blog at https://seanchen1991.github.i...

Max Bantsevich2048 WASM
This article is an experiment with Rust with its subsequent compilation in WASM. It was interesting t...