mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-14 23:53:39 +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