glideapps / quicktype

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

[Rust] Missing reserved keyword #2381

Closed eliasposen closed 1 year ago

eliasposen commented 1 year ago

If there is a property in the input schema with the name async QuickTypes produces invalid rust because async is a reserved word.