A tool to generate Rust libraries from OpenAPI specifications using the OpenAPI Generator Rust code generator.
It is available as a binary or library.
There are other tools like this:
This differs from those by trying to generate self-updatable crates that include cargo-make makefiles so as not to have to keep using this generator.
Any crate generated by this generator should be mostly self-maintainable, including in its makefile all of the commands necessary to self-update to new versions as needed.
It can indeed generate code, but there are problems with the OpenAPI Generator's Rust... So as of now, there will typically be errors in the generated code. There are PR requests pending on that repo to fix these problems, but the maintainers seem really busy.