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

sigodenA more powerful cargo auto-completions through argc-completions
Support multiple shells, multiple platforms Supported...

Matt AngelosantoUsing Dioxus with Rust to build performant single-page apps
Written by Eze Sunday✏️ Web clients often need to request data to update part of a website. Before...
![[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs](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%2Fsp7g48gyah0n5wzwf6td.png)
Vee Satayamas[Programming Notes] Pseudo-REPL-driven programming in Rust with Evcxr and Emacs
I want to develop my Rust library more interactively with Lisp-style read-eval-print loop (REPL). So...

Szymon GibałaImplementing Practical Byzantine Fault Tolerance - part 2
Part 2: Implementation Overview This is the second part of the article describing a...

Stacy RollHow to get Ctrl + S, Ctrl + C in my rust app
If you are on a GNU/Linux operating system, regardless of its distribution, and you are also...

Leandro ProençaBuilding a dead simple background job in Rust
In today's post we'll explore how to create a basic background job in Rust, simulating Rust channels...

Omar HiariEdge IoT with Rust on ESP: MQTT Subscriber
This blog post is the fifth of a multi-part series of posts where I explore various peripherals in...

Brian MaherRust Borrow Checker Explained Part 2: Borrowing
Intro In our last article we discussed how to avoid the borrow checker by making copies....

Brian MaherRust Borrow Checker Explained Part 3: Function Result Lifetimes
Intro In Part 2, we went over the basics of borrowing and how it looks out for you. In...

Sreeju SGolang or Rust: Which one to choose?
Golang or Rust: Which one to choose? Golang and Rust are two modern programming languages that have...

Marius KluftenBuilding Nebula - Chapter 1: Building a Prototype with Rust
The beauty of Rust and WebAssembly as the pillars for a new wave of Cloud computing In the...

CrabNebulaIntroduction to Code Generation in Rust
This article is about generating Rust code from other Rust code, not for the code generation step of...

Nicolas FränkelFeedback from calling Rust from Python
I got plenty of feedback on my post about Calling Rust from Python: Hacker...

Matt ButcherCreating a Server Side Rust WebAssembly App with Spin 2.0
Fermyon Spin is the open source tool for building serverless functions with WebAssembly. We’re going...

Brian MaherRust Borrow Checker Explained Part 1: Copying & Moving
Intro One way to avoid borrowing completely is to make copies, which is the focus of this...

Benjamen PyleConsuming an SQS Event with Lambda and Rust
I've been trying to learn Rust for the better part of this year. My curiosity peaked a few years back...