Closed cschramm closed 1 year ago
Names in the schema that match Rust keywords (in their lowercase version) did not work except for "type" for which some hacks where in place.
We could do the same for struct names but as they are CamelCase (actually rather PascalCase) they should not match keywords anyway.
The yaserde update is necessary to get the fix from https://github.com/media-io/yaserde/pull/93.
updates already merged by other contributions
Names in the schema that match Rust keywords (in their lowercase version) did not work except for "type" for which some hacks where in place.
We could do the same for struct names but as they are CamelCase (actually rather PascalCase) they should not match keywords anyway.
The yaserde update is necessary to get the fix from https://github.com/media-io/yaserde/pull/93.