flatbuffers
flatbuffers copied to clipboard
[Rust] Module import statements generated in wrong case
The generated mod.rs file for my project contains mod and pub use statements with lower case names:
mod dateunit;
pub use self::dateunit::*;
However, the generated module is named DateUnit.rs