config_struct
config_struct copied to clipboard
`config_struct` does not escape keywords
When compiling my project, I get invalid output; with errors such as
error: expected identifier, found keyword `type` error: expected identifier, found keyword `move`
These errors would be fixed by config_struct escaping keywords in the output (r#type, r#move)