mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-19 07:10:52 +00:00
* [Rust] Implement minimal auth support This is pretty much the bare minimum needed to get v2 auth working. This is partly based on the Go implementation. * [Rust] properly format query string * [Rust] Improve auth formatting * [Rust] Regenerate petstore sample