flatbuffers
flatbuffers copied to clipboard
[Rust] Name clash in generated code for reserved words
I'm generating code from https://github.com/apache/arrow/blob/master/format/Schema.fbs which has a union named Type and this caused flatbuffers to generate a Type.rs module but since type is a reserved word in Rust this won't compile.