Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
cargo add actix-web
[dependencies]
actix-web = "4.14.0"
| 官网 | https://actix.rs |
|---|---|
| 仓库 | https://github.com/actix/actix-web |
| 最新版本 | 4.14.0 |
| 分类 | network-programming, asynchronous, web-programming::websocket, web-programming::http-server |