salvo-oapi

Crates.iosalvo-oapi
lib.rssalvo-oapi
version0.84.0
created_at2023-04-20 23:50:32.292714+00
updated_at2025-09-11 07:40:03.54056+00
descriptionOpenApi support for Salvo web framework
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id844860
size4,393,390
Maintainers (github:salvo-rs:maintainers)

documentation

https://docs.rs/salvo-oapi/

README

Salvo

English   简体中文   繁體中文

build status build status build status codecov
crates.io Documentation Download unsafe forbidden Rust Version
Website

Salvo is an extremely simple and powerful Rust web backend framework. Only basic Rust knowledge is required to develop backend services.

salvo-oapi

Provide a OpenAPI supports for Salvo.

This is an official crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features = ["oapi"] }

Documentation & Resources

☕ Donate

Salvo is an open source project. If you want to support Salvo, you can ☕ buy me a coffee here.

⚠️ License

Salvo is licensed under either of

Commit count: 3335

cargo fmt