# vortex-flatbuffers
This crate contains Flatbuffers definitions that can be used to convert other crates in this workspace back
and forth into Flatbuffers messages.
## Regenerating the bindings
Run the `cargo xtask generate-fbs` script. Be sure that you have the `flatc` utility installed before doing so.