mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-11 07:19:03 +00:00
* [Rust] Enum Query Parameter Serialization Fixes Adds tests to ensure this won't regress again. Also fixes some other compile errors with Box<> and file uploads. * Remove duplicate query param integration tests from petstore samples * re-gen samples * fix enum boxing tests * stream files * samples * doc generator fix & snapshot * doc generation fixes, update samples * another attempt to fix the doc generator * improve doc generation - don't try link to internal models, and fixing links missing in some scenarios the rust doc generator will be the death of me * also fix hyper * applying same fix to hyper * snapshot fixes
10 lines
377 B
YAML
10 lines
377 B
YAML
generatorName: rust
|
|
outputDir: samples/client/others/rust/reqwest/multipart-async
|
|
library: reqwest
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/rust/multipart-file-upload.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/rust
|
|
additionalProperties:
|
|
supportAsync: true
|
|
useSingleRequestParameter: true
|
|
packageName: multipart-upload-reqwest-async
|