openapi
openapi copied to clipboard
FYI: Support for Rocket
This isn't an issue per se, but I thought I'd share some mild progress on getting Swagger/OpenAPI output from Rocket: https://users.rust-lang.org/t/anyone-working-on-swagger-openapi-support-in-rocket/11231
This is just an initial POC, but I'm thinking of starting a rocket-openapi repo to continue this. Thanks for this crate!
Neat!
Ok, I started a crate for this: https://github.com/bluejekyll/rocket-openapi
It's relying on some private stuff in Rocket right now, so I can't publish to crates.io yet: https://github.com/SergioBenitez/Rocket/pull/326