salvo-oapi 0.72.2

OpenApi support for Salvo web framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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"] }
```

[![Docs](https://docs.rs/salvo-oapi/badge.svg)](https://docs.rs/salvo-oapi)