FlatBuffers compiler (flatc) as API (with focus on transparent `.fbs` to `.rs` code-generation via Cargo build scripts integration)
include paths currently do not work, as they are specified at the wrong position in the command and also write out the include path incorrect. `flatc <options> <files>` requires `-I` to move before inputs. Additionally, include paths are specified as `-I <path>` not `-I<path>`
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by jaynus and has received 0 comments.