mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 00:21:19 +00:00
Rust clients code format cleanup (with some breaking changes for model structures): * Application of Rust style in client files (4 spaces padding). Remove useless blank lines. * Replace getters/setters in models by public fields. * Add a trailing comma in struct fields. * Sample Rust clients regeneration.