FlatBuffers compiler (flatc) as API (with focus on transparent `.fbs` to `.rs` code-generation via Cargo build scripts integration)
Would it be possible to change the definition of the `Args` struct from `&'a [&'a Path]` to something like `&'a [P]` `where P: AsRef<Path>`? I have a `Vec<PathBuf>` that comes from reading a config file. I would like to be able to just pass it to flatc as `Args{ inputs: &inputs[..], ... }`. Thanks :)
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 rope-hmg and has received 3 comments.