mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-27 19:20:55 +00:00
* [Rust Server] Fix up model generation - Correctly generate anyOf/oneOf models - Fix up ToString / FromStr support - Disable PartialOrd generation for anyOf/oneOf models - Generate models for inline enums - Support enums in headers, and vectors of models in headers * [Rust Server] Add test for anyOf with additional properties * Update samples * [Rust Server] Tidy up logging