Crates.io | salvo-oapi |
lib.rs | salvo-oapi |
version | |
source | src |
created_at | 2023-04-20 23:50:32.292714 |
updated_at | 2024-12-12 10:02:52.473532 |
description | OpenApi support for Salvo web framework |
homepage | https://salvo.rs |
repository | https://github.com/salvo-rs/salvo |
max_upload_size | |
id | 844860 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Salvo is an extremely simple and powerful Rust web backend framework. Only basic Rust knowledge is required to develop backend services.
This is an official crate, so you can enable it in Cargo.toml
like this:
salvo = { version = "*", features = ["oapi"] }
Salvo is an open source project. If you want to support Salvo, you can ☕ buy me a coffee here.
Salvo is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0).
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).