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

rustyoctopusGenerating static arrays during compile time in Rust
Generate static arrays during build time Update 2022-09-27 It's more than two...

ImaculateThat's so Rusty: Ownership
To some extent Rust is interesting because of unpopular design choices that achieve the same and...

MaxDebugging Lambdas on AWS from your local computer
I often need to debug complex Lambda setups that are tightly integrated into other services and are h...

Petr JanikRust 5 - Smart pointers, parallel programming, rayon
Stack vs. Heap Stack is cleaned at the end of function. Instructions for cleaning heap are...

Tom Holloway 🏕10 Awesome Rust Crates and Resources to Learn
These crates are a great list of things to explore the rust community and learn from

Eduardo FloresShould we trust Rust with the future of systems programming?
That's a pretty daring question considering Rust has been around for a fairly short amount of time an...

Jae Anne Bach HardieLearning Rust 2: A Tiny Database is Born
Hello again! Tonight we're drinking a Chardonnay from Murcia, Spain, so shoutout to my home country h...

Eduardo PinhoMigrating from quick-error to SNAFU: a story on revamped error handling in Rust
This post describes my more-than-a-month long story of refactoring existing error definitions and...

Axel NavarroA new npm is coming
No, I'm not talking about npm v7! 🙀 A new package manager is under development and it's not written...

Bernard KolobaraLunatic: Actor based WebAssembly runtime for the backend
I would like to share with you a project I have been working on for the last few months. Lunatic is a...
![YEW Tutorial: It rains cats and dogs... and crabs! Rusty Meto-Geography [P. II]](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fx4slkee3s4oit7q0der0.jpg)
Davide Del PapaYEW Tutorial: It rains cats and dogs... and crabs! Rusty Meto-Geography [P. II]
(Photo by alexey demidov on Unsplash) Second part of the geographic-meteo project begun last tutoria...

Jae Anne Bach HardieLearning Rust 1: Install things and read a file
I've tried to learn Rust multiple times. Unsuccessfully. I want to be upfront about that because it'...

Petr JanikRust 4 - Modules, crates, testing, documentation
Rust 4 - Modules, crates, testing, documentation Modules We need to explicitly...

Anthony DoddAnnouncing Trunk — Build, bundle & ship your Rust WASM application to the web.
Build, bundle & ship your Rust WASM application to the web.

Peter NehrerA Story of Rusty Containers, Queues, and the Role of Assumed Identity
How to access Amazon Web Services from Rust-based Kubernetes applications using Rusoto and I...

Austin TindleA JavaScript Developer's Cheatsheet for Rust
Learning a new programming language is a great opportunity to learn new universal concepts and patter...