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