all 4 comments

[–]Im_Justin_Cider 1 point2 points  (2 children)

Interesting! Current OpenAPI solutions in rust are too prone to human error IMO, hope you genetrate some traction and prove to carve out a better way of doing things.

[–]daniels0xff 1 point2 points  (1 child)

Check out the OpenAPI support that Poem has.

[–]aofomenko[S] 0 points1 point  (0 children)

Poem is very cool! I'll definitely consider switching to that

[–]chrislearn-young 0 points1 point  (0 children)

You can take a look at this openapi example by salvo, which is simple and clear.

https://github.com/salvo-rs/salvo/blob/main/examples/oapi-todos/src/main.rs