Announcing SW4RM-RS 0.2.0: Now with generation!

Hey Rust community! A week ago I posted here announcing v0.1.0 of my new OpenAPI library.

I'm now proud to say that SW4RM-RS can generate models from specs using a build.rs script or a cargo script!

At the moment, it will only generate struct models, no enums, apis, or customization. The cargo version also only takes an input directory and writes to the current directory. However, all these things are on the way! Check out the roadmap to see more, or use it in your own code!

See the GitHub here

I'm really proud of how far this project has come already and welcome any feedback from the community!