glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
12.12k stars 1.06k forks source link

adds option to rust keywords #2399

Closed darklyspaced closed 8 months ago

darklyspaced commented 1 year ago

prevents a compilation error when a struct called Option is generated and optional fields are present in the structs.

fixes #2385