v0.1.2+flatc-23.5.26
0.1.2+flatc-23.5.26
This crate provides a set of functions to facilitate compiling flatbuffers to Rust from within
Rust. This is particularly helpful for use in build.rs
scripts. Please note that for
compatiblity this crate will only support a single version of the flatc
compiler. Please
check what version that is against whatever version is installed on your system.That said, due
to flatbuffers' versioning policy, it could be ok to mix patch and even minor versions.
Please read our README
or
our Rust docs for more details on
how to use this crate.
Changelog:
- no changes
What's Changed
- Vendored flatc by @rdelfin in #1
- Deploy workflow by @rdelfin in #2
- Fixed release workflow by @rdelfin in #3
- Moved example crate to a new folder by @rdelfin in #4
New Contributors
Full Changelog: https://github.com/rdelfin/flatbuffers-build/commits/v0.1.2+flatc-23.5.26