Web Development Frameworks
When building a modern web-application you don’t want to bother on how to parse the http-header or where the route is supposed to be dispatched to. Frameworks offer exactly those features and make it quick’n’easy to build your specific app on the web-stack.
-
actix-web
Actix web is a simple, pragmatic, extremely fast, web framework for Rust.
-
conduit
Common HTTP server interface
-
gotham
A flexible web framework that promotes stability, safety, security and speed.
-
iron
Extensible, Concurrency Focused Web Development in Rust.
Most basic Features complete: Static File Serving ✓, Mounting ✓, Logging ✓, JSON-Body ✓, Sessions ✓, Cookies ✓ , HTTPS ✓ . Database Support/ORM: ✗ .
flosse , 16 Aug 2015 on version 0.1.20
-
nickel
An express.js inspired web framework
-
pencil
A micro web framework for Rust.
-
rocket
Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
-
rouille
High-level idiomatic web framework.
-
rustful
A light HTTP framework, with some REST-like features and the ambition of being simple, modular and non-intrusive.
-
rustless
Rustless is a REST-like API micro-framework for Rust.
Related News
Do you know something we don't?
Did we miss an important crate? Or maybe you just recently launched something that should be listed here, too? Let us know!