Skip to content

📰 rust

100 Exercises To Learn Rust

Starter to learn Rust

weeklyfoo #34 / 2024-05-27
rust

Announcing Rust 1.85.0 and Rust 2024

The Rust team is happy to announce a new version of Rust, 1.85.0. This stabilizes the 2024 edition as well.

weeklyfoo #74 / 2025-03-03
rust

Finishing Turborepo's migration from Go to Rust

Unlocking the future of your build system with Rust-based Turbo.

weeklyfoo #20 / 2024-02-19
turborepogorust

How I reduced (incremental) Rust compile times by up to 40%

Useful tips to reduce regular compile times.

weeklyfoo #26 / 2024-04-01
rust

Lessons learned from a successful Rust rewrite

Story about a rewrite from C++ to Rust and the lessons learned.

weeklyfoo #57 / 2024-11-04
rust

Making Rust binaries smaller by default

One config change, smaller release size, wonderful!

weeklyfoo #17 / 2024-01-28
rust

One year of Rust in production

A love letter to Rust

weeklyfoo #52 / 2024-09-30
rust

Oxlint Beta

We are thrilled to announce that Oxlint is now in beta release, after more than a year of development by the community!

weeklyfoo #77 / 2025-03-24
lintingrust

Parsing JSON in 500 lines of Rust

Let Krish guide you through how to build a json parser in Rust.

weeklyfoo #73 / 2025-02-24
rust

Rewriting Rust

The Rust programming language feels like a first generation product.

weeklyfoo #52 / 2024-09-30
rust

Rust: Multi threading

Article about multi threading within rust

weeklyfoo #13 / 2023-12-31
rust

Tauri 2.0 Stable Release

Next major release of Tauri

weeklyfoo #53 / 2024-10-07
taurirust

The Algorithms - Rust

All Algorithms implemented in Rust

weeklyfoo #17 / 2024-01-28
rust

Was Rust Worth It?

From JavaScript to Rust, three years in.

weeklyfoo #6 / 2023-11-12
rust

What we learned building our SaaS with Rust

Always loving this first-hand experiences.

weeklyfoo #32 / 2024-05-13
rust

Why choose async/await over threads?

async/await is a powerful programming model in Rust

weeklyfoo #27 / 2024-04-08
rust