flatc-rust
flatc-rust copied to clipboard
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 `flatc_rust::Args.inputs` to accept things of type `AsRef` instead of regular `Path`? That way it could accept `PathBuf`s as well, which would make it easier...
## 🤖 New release * `flatc-rust`: 0.2.0 -> 0.2.1 (✓ API compatible changes) Changelog ## [0.2.1](https://github.com/frol/flatc-rust/compare/v0.2.0...v0.2.1) - 2024-02-10 ### Other - Updated references to the flatc package in various distributions...