vortex-flatbuffers 0.16.0

Flatbuffers definitions for Vortex types
Documentation
1
2
3
4
5
6
7
8
# 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.