Commits
Click on a commit to change the comparison rangerefactor(ast_codegen): trim `r#` from start of field names (#4785)
Some struct fields are reserved names e.g. `type`. They are written in source as `r#type`. Trim off the `r#` prefix in `FieldDef::name` and add it back when generating output.
Main motivation is to have the unescaped field names in JSON schema.1 year ago
by overlookmotel