
Building a Custom Home Casting App with Rust and React
Have you ever wanted a simple, lightweight way to cast videos from your phone to your smart TV...
Tag archive

Have you ever wanted a simple, lightweight way to cast videos from your phone to your smart TV...
Axum is a web framework for Rust built on top of Tokio and Hyper. One of its standout features is a...
In this article, we will build a beginner-friendly CRUD API using Rust, Axum, SQLite, and sqlx. We...
Learn how to build a simple CRUD API using Axum in Rust with in-memory storage — no database needed. Beginner-friendly step-by-step guide.
A 10 MB Markdown-to-HTML Service in Rust with pulldown-cmark A tiny axum service that...
Building a URL Shortener in Rust with axum, SQLite, and 30 Lines of base62 The URL...
A Minimal HTTP Debug Server in Rust with axum Every team I've ever worked on eventually...
Parsing RSS and Atom From Scratch in Rust with quick-xml A small axum service that parses...
If you're building web APIs in Rust with Axum, you'll quickly hit a very relatable question: "How...
Axum 0.7 processes 142,000 requests per second on a single AWS c6i.xlarge core—38% faster than...
Understanding middleware in Rust's Axum web framework — from zero to writing your own. Covers logging, auth, layer order, and common mistakes. Updated for Axum 0.8.
Axum is the Rust web framework from the Tokio team — ergonomic, type-safe, and blazingly fast. It...