Lines Matching refs:FlatBuffers
6 Before diving into the FlatBuffers usage in Lua, it should be noted that the
8 FlatBuffers usage in all of the supported languages (including Lua). This
9 page is designed to cover the nuances of FlatBuffers usage, specific to
17 ## FlatBuffers Lua library code location
19 The code for the FlatBuffers Lua library can be found at
21 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/lua).
23 ## Testing the FlatBuffers Lua library
35 ## Using the FlatBuffers Lua library
38 example of how to use FlatBuffers in Lua.*
40 There is support for both reading and writing FlatBuffers in Lua.
42 To use FlatBuffers in your own code, first generate Lua classes from your
44 FlatBuffers and the generated code to read or write a FlatBuffer.