Skip to main content

Rust

High-performance web frameworks and full-stack solutions for Rust developers

Runtime: Rust native Package Manager: cargo Extensions: .rs

Key Considerations

  • Async runtime (Tokio vs async-std)
  • Performance requirements
  • Type-safe routing preferences
  • Ecosystem maturity
  • WASM compilation support
Actix Web logo

Actix Web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. Built on the Actix actor framework, it delivers exceptional performance with HTTP/1 and HTTP/2 support, WebSockets, and comprehensive middleware while maintaining Rust's type safety guarantees.

Free Tier
rust backend async
A

Axum

Ergonomic and modular web framework built by the Tokio team. Focus on ergonomics and modularity. The modern choice for Rust web.

Free Tier
backend tokio modern
Dioxus logo

Dioxus

React-like library for building user interfaces in Rust. One codebase for web, desktop, mobile, and more. Virtual DOM with hooks.

Free Tier
cross-platform react-like wasm
Leptos logo

Leptos

Full-stack, isomorphic Rust web framework with fine-grained reactivity. Build fast web apps with a signals-based reactive system.

Free Tier
full-stack wasm reactive
P

Poem

Full-featured and easy-to-use web framework with the Rust language. Simple API with OpenAPI support built-in.

Free Tier
backend openapi simple
Rocket logo

Rocket

Web framework for Rust that makes it simple to write fast, secure web applications. Developer-friendly with great ergonomics.

Free Tier
backend ergonomic developer-friendly
Tauri logo

Tauri

Build smaller, faster, and more secure desktop applications with a web frontend. Electron alternative with Rust backend.

Free Tier
desktop cross-platform electron-alternative
W

Warp

A super-easy, composable, web server framework for warp speeds. Built on Hyper with a Filter system for composing web endpoints in Rust.

Free Tier
backend async filters
Yew logo

Yew

Rust framework for building client web apps with WebAssembly. React-inspired with virtual DOM. The original Rust WASM framework.

Free Tier
frontend wasm react-like