Actix Web
Recipe | Crates | Categories |
---|---|---|
Create a web server with Actix Web |
Create a web server with Actix Web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. All Rust frameworks are fast, but choose actix
if you need the absolutely maximum performance.
fn main() { todo!(); }
See also
- Actix examples⮳
- Practical Rust Web Development - API Rest⮳
- "Real world" example with Actix Web⮳
- "Real world" example with Actix Web and Diesel⮳
[actix: organize / write (P1)](https://github.com/john-cd/rust_howto/issues/506)