mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-19 15:20:58 +00:00
* Use the right package name for the Rust crate. * Change getters on models to return Option for non-required fields. * Cleanup Rust generation and get example compiling again. * Use underscore names for functions.