swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 424 forks source link

Generator for rust (client version) #725

Open inferrna opened 4 years ago

inferrna commented 4 years ago

Hi. I created OpenAPI 3.0 generator for my purposes, it is async (thanks @19h) and working. There still may be some issues, because I'm not very familiar with swagger and mustache. But, anyone who need it can use it right now - https://github.com/inferrna/rust-swagger-codegen_v3

And my question is: what I have to do to merge it into this repo?

codymikol commented 4 years ago

You'll need to fork this repo, add your generator in the same format as the repo and make a pull request.