mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-11 12:29:16 +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