rocket-openapi icon indicating copy to clipboard operation
rocket-openapi copied to clipboard

Status?

Open tafia opened this issue 8 years ago • 2 comments

I would like to have swagger automatically generated for my rocket project. What is the status of this crate. It looks like a POC (no documentation, not inline with rocket crate etc...).

tafia avatar Aug 10 '17 09:08 tafia

Hey! Sorry, I didn't see this until now.

No, I don't have any big updates to this. I was playing around with some changes needed to rocket itself. Basically, I think to do this properly, we will want to write some rusdoc parsing logic as well. I only got the most minimal information from Rocket at the moment, and it's not quite enough to generate a proper open-api/swagger spec.

I haven't had time to pick this back up though since I put the initial work into it.

bluejekyll avatar Aug 15 '17 17:08 bluejekyll

Just for others that come across this project and issue, a similar project 2 years later is being worked on.

Redirecting any development efforts there might be best? (Update the README to direct users to the actively developed alternative?)

I don't know if they plan to support sourcing documentation from code comments or not, it's still fairly new.

polarathene avatar Dec 07 '19 01:12 polarathene