# salvo-oapi
## Library to Provide a OpenAPI supports for Salvo.
This is offical crate, so you can enable it in `Cargo.toml` like this:
```toml
salvo = { version = "*", features=["oapi"] }
```
[](https://docs.rs/salvo-oapi)