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

Werner EchezuríaPractical Rust Web Development - API Rest
This is a series of posts to explore the possibilities of using Rust for web development

Sean PolicarpioHow to sequence in Rust
Well, I wouldn't say it's exactly the same sequencing in terms of FP languages like Scala et al., but...

Alan CarsonCloudsmith + Rust = The World's First Private Cargo Registry Service
Cloudsmith are proud to provide the World's first commercially available public and private Cargo registry hosting, with ultra-fast and secure delivery of your Rust packages, alongside all of the usual Enterprise-grade features that we provide.

Werner EchezuríaPractical Rust Web Development - Connection Pool
Create a database connection pool for Diesel

Murahashi [Matt] KenichiTIL: sort tuple in vec on rustlang
small to large

Ryan Levick64 Cores on Fire: Supercharging My Development Experience
How I made working on the Rust standard library easier by throwing more cores at the problem

Crystal DurhamRust Must-Know Crates
35+ Rust Crates You Will Want to Know About

Ben LovySolving Problems By Avoiding Them
I just saved myself a ton of heartache by doing something a lot easier instead. ...

Dandy VicaVectors: linear containers in Rust
Rust vectors

Dandy VicaYARIT: Yet Another Rust Iterators Tutorial
Rust iterators

Basti OrtizThank you to byte-sized integers
With the ubiquity of high-level, dynamically-typed languages, we have lost control over the memory allocations of our numbers. In this article, I take the time to give thanks to the unsung heroes of memory optimization: unsigned integer types.

Bastian GruberExplained: Futures in Rust for Web Development
Every async environment needs a type. Lets talk about Futures and why they are needed.

Neil GallPirrigator, part 5.
I actually have some code now!

Kenneth LarsenRust for Frontend Developers: Modules
Not that long ago I decided to start learning Rust. While it has a lot of useful resources online and...

jeikabuWASM to WASI
You would have to try hard to avoid hearing about WebAssembly/WASM. Hardly a day goes by without...

sai umeshError Handling in Rust programming language
Error Handling in Rust