采用
Axum是一款基于Tokio的Rust Web框架,它专注于人体工程学和模块化。 借助Axum,你可以快速构建现代Web应用程序,而无需编写大量的样板代码,性能也非常高。

Axum的主要特点包括:
- Route requests to handlers with a macro free API.
- Declaratively parse requests using extractors.
- Simple and predictable error handling model.
- Generate responses with minimal boilerplate.
- Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities.
Axum & Friends
- Tokio: https://tokio.rs/
- Actix Web: https://actix.rs/
- Rocket: https://rocket.rs/
- ryde: https://github.com/swlkr/ryde