Tagged articles
6 articles
Page 1 of 1
DevOps Coach
DevOps Coach
Feb 18, 2026 · Frontend Development

Why Dioxus 0.7 Is a Game‑Changer for Full‑Stack Rust UI Development

Dioxus 0.7 introduces sub‑second hot‑reload, experimental Rust hot‑patching, a built‑in Axum full‑stack solution, and a CLI that can serve, bundle, and publish the same codebase to Web, desktop, and mobile platforms, all while preserving type safety, performance, and a smooth developer experience.

AxumCLIDioxus
0 likes · 12 min read
Why Dioxus 0.7 Is a Game‑Changer for Full‑Stack Rust UI Development
Architecture Development Notes
Architecture Development Notes
Feb 5, 2025 · Backend Development

Mastering Axum Fallbacks: Build Unbreakable Rust Web Routes

Explore how to construct robust, multi‑layered fallback mechanisms in Rust’s Axum framework—covering basic route guards, global error handling, middleware validation, dynamic redirects, performance optimizations, and monitoring—so every unknown HTTP request is safely captured, logged, and intelligently responded.

AxumFallbackRust
0 likes · 10 min read
Mastering Axum Fallbacks: Build Unbreakable Rust Web Routes
21CTO
21CTO
Jul 23, 2024 · Backend Development

Choosing the Right Rust Web Framework: Actix, Rocket, Warp, Axum, and Poem

An overview of the five most popular Rust web frameworks—Actix Web, Rocket, Warp, Axum, and Poem—covers their core features, performance characteristics, routing mechanisms, middleware support, and example 'hello world' implementations, helping developers decide which framework best fits their project needs.

ActixAxumPoem
0 likes · 12 min read
Choosing the Right Rust Web Framework: Actix, Rocket, Warp, Axum, and Poem
21CTO
21CTO
Jun 13, 2024 · Backend Development

Top 5 Rust Web Frameworks: Actix, Rocket, Warp, Axum, and Poem Compared

This article introduces the five most popular Rust web frameworks—Actix Web, Rocket, Warp, Axum, and Poem—detailing their core features, typical use‑cases, and providing concise "hello world" code samples to help developers choose the right tool for their projects.

ActixAxumPoem
0 likes · 13 min read
Top 5 Rust Web Frameworks: Actix, Rocket, Warp, Axum, and Poem Compared
21CTO
21CTO
Jan 12, 2024 · Backend Development

Which Rust Web Framework Is Fastest? Benchmarking Actix, Axum, Rocket, and More

This article benchmarks several Rust web frameworks—including Actix, Axum, Rocket, Tide, Gotham, Nickel, Ntex, and Poem—using a simple "Hello World" test on a MacBook Pro, measuring request throughput, resource usage, and implementation difficulty across different concurrency levels.

ActixAxumBenchmark
0 likes · 8 min read
Which Rust Web Framework Is Fastest? Benchmarking Actix, Axum, Rocket, and More
21CTO
21CTO
Jun 13, 2023 · Backend Development

Which Rust Web Framework Wins in 2022? actix-web vs warp vs axum

This article compares three popular Rust web frameworks—actix-web, warp, and axum—by examining their versions, download counts, ecosystem metrics, performance considerations, and code examples for JSON handling, routing, middleware, and shared state, ultimately recommending the best fit for different project sizes.

AxumRustWarp
0 likes · 15 min read
Which Rust Web Framework Wins in 2022? actix-web vs warp vs axum