Skip to main contentCrate flatbuffers_util
Source - FBBuilder
- Wrapper of FlatBufferBuilder to provide OwnedFB creation.
This is to make type safe when using builder_collapse.
- OwnedFB
- Stores the owned bytes of the flatbuffer type
and can access the actual type.