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

Tore PettersenRust Web Development Tutorial: Email Confirmations
Originaly posted on cloudmaker.dev In this tutorial, we are going to verify our API users with an em...

Ben LovyUse Multi-Stage Docker Builds For Statically-Linked Rust Binaries
I'm making a static website in Rust. Last time I did this, I used Docker to automate the deployment....

Otto RaskCreating an FFI-compatible C-ABI library in Rust
In this post we will take a look at how to write Rust code that can be compiled into a C-ABI compatible dynamic library, and how to use that in PHP via FFI.

Calvin WengThe Rust Compilation Model Calamity
About the author Brian Anderson is one of the co-founders of the Rust programming language and its...

Tore PettersenRust Web Development Tutorial: Authentication
Originaly posted on cloudmaker.dev In this tutorial, we are going to create Authentication for the R...

Ben LovyThat About Wraps It Up For Actix-Web
Sadly, the actix-web maintainer has quit. Check out the repo - it's gone. He moved it back to a per...

Abhishek GuptaRust: structs, methods, and traits
This blog offers a quick tour of Rust structs, methods and traits. It uses simple examples to demonst...

GhostRust: Project structure example step by step
Introduction The recent, hopefully temporal, death of Actix-web forced me to recheck some...

x1957stop async-std task
rust async-std

BCDay34:Common Path Operations - 100DayOfRust
Common Path Operations: use std::path::Path; fn main() { let currdir = Path::new("....

Maxim MolchanovVonmo Trade Experiment. Part 4: Stock charts
Today’s one will focus on processing and storage of the information which is essential for graphic instruments of market analysis – or just stock charts

Wojciech OlejnikCommentable.rs - Building a Serverless Comment System in Rust
In this article I'm going to write about my journey of building Commentable.rs - a privacy oriented D...

Bob MatcukDebugging Rust with rust-lldb
This is a quick and dirty primer to debugging rust applications with rust-lldb. Start the D...

BCDay33:and_then,map_or,unwrap_or - 100DayOfRust
We can apply and_then, map_or, unwrap_or functions to an Option value: and_then: take the wrapped v...

lechatI'm a beginner of Rust but making a programming language by rust
Rust has an awesome parser Pest which is elegant and fun to use. To make a programming language, you...

Jordan LastStop bundling - use Zwitterion
TLDR Zwitterion is a web dev server that lets you import anything, if by anything you mean...