salvo-oapi-macros

Crates.iosalvo-oapi-macros
lib.rssalvo-oapi-macros
version0.74.2
sourcesrc
created_at2023-04-20 23:46:42.373811
updated_at2024-11-11 07:47:56.778751
descriptionMacros for salvo-oapi
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id844856
size468,539
Maintainers (github:salvo-rs:maintainers)

documentation

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

README

Salvo

English   简体中文   繁體中文

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

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

salvo-oapi-macros

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: 3166

cargo fmt