Max Nachlinger

Results 8 issues of Max Nachlinger

Addresses issue: https://github.com/OpenAPITools/openapi-generator/issues/18600 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides...

### Is your feature request related to a problem? Please describe. Generated Rust clients often contain functions with > 7 args which violates the Rust clippy `too_many_arguments` rule. ## Describe...

Enhancement: Feature

Bump Rust edition to 2021 and a few crates. Fixes: https://github.com/OpenAPITools/openapi-generator/issues/18609 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in...

Client: Rust
Enhancement: Compatibility

### Is your feature request related to a problem? Please describe. Bump Rust edition to 2021 and a few crates ## Describe the solution you'd like ## Describe alternatives you've...

Enhancement: Feature

Fixes: https://github.com/OpenAPITools/openapi-generator/issues/18637 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...

### Is your feature request related to a problem? Please describe. Group operations into meaningful chunks via Rust structs. ## Describe the solution you'd like given a file named: `some_api.rs`...

Enhancement: Feature

Allow rust configuration struct to be deserialized, so it may be easily constructed from a file or other source. Fixes: https://github.com/OpenAPITools/openapi-generator/issues/18687 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md)....

### Is your feature request related to a problem? Please describe. Allow rust configuration struct to be deserialized, so it may be easily constructed from a file or other source....

Enhancement: Feature