HTTP routing and request handling library that focuses on ergonomics and modularity
cargo add axum
[dependencies]
axum = "0.8.9"
| 官网 | https://github.com/tokio-rs/axum |
|---|---|
| 仓库 | https://github.com/tokio-rs/axum |
| 最新版本 | 0.8.9 |
| 分类 | network-programming, asynchronous, web-programming::http-server |