Web framework with a focus on usability, security, extensibility, and speed.
cargo add rocket
[dependencies]
rocket = "0.5.1"
| 官网 | https://rocket.rs |
|---|---|
| 仓库 | https://github.com/rwf2/Rocket |
| 文档 | https://api.rocket.rs/v0.5/rocket/ |
| 最新版本 | 0.5.1 |
| 分类 | web-programming::http-server |