Crate flatbuffers_retained
source ·Expand description
This library allows you to validate Flatbuffer buffers once at initialization time then safely use them, unchecked, later.
Structs
- This struct holds data backing an unprefixed flatbuffer. It is not possible to create this struct without a valid flatbuffer of type T.
- This struct holds data backing an size-prefixed flatbuffer. It is not possible to create this struct without a valid flatbuffer of type T.