Would it be possible to change flatc_rust::Args.inputs to accept things of type AsRef<Path> instead of regular Path? That way it could accept PathBufs as well, which would make it easier to get it to interact with the glob crate.
Would it be easy enough that a intermediate Rustacean might be able to send you a PR?
Would it be possible to change
flatc_rust::Args.inputsto accept things of typeAsRef<Path>instead of regularPath? That way it could acceptPathBufs as well, which would make it easier to get it to interact with theglobcrate.Would it be easy enough that a intermediate Rustacean might be able to send you a PR?