You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust will warn if properties are camelCase instead of snake_case. Should the rust codegen rename the properties to snake_case automatically?
It looks like the rename field is already implemented so should be enough to rename the properties and the serialize / deserialize will continue to work?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When generating code in rust with command:
Rust will warn if properties are camelCase instead of snake_case. Should the rust codegen rename the properties to snake_case automatically?
It looks like the rename field is already implemented so should be enough to rename the properties and the serialize / deserialize will continue to work?
The text was updated successfully, but these errors were encountered: