Status?
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...).
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.
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.