Feature: Add OpenAPI support
What is the plan? Generate from document or code scanning ?
Feature like this: https://github.com/juhaku/utoipa
Do we really need to make it work for other frameworks also? I guess you mean to adopt the architecture from it only.
I want to move from Poem to Salvo once this feature is added.
Feature like this: https://github.com/juhaku/utoipa
@chrislearn When this feature will be implemented?
Not sure when it will start.
really waiting for this, salvo is already my favorite, but sometimes people want openapi + swagger with their api's and I have no choice but to use poem or rocket.
The idea it has is to integrate Utoipa to Salvo or make a new development based on Utoipa?
https://github.com/salvo-rs/salvo/tree/main/examples/todos-openapi
This is an example: https://github.com/salvo-rs/salvo/blob/oapi/examples/todos-oapi/src/main.rs You can compare it with this example use utoipa: https://github.com/salvo-rs/salvo/blob/oapi/examples/todos-utoipa/src/main.rs
Current developing implemention is modified from utopia.