Skip to content

Latest commit

 

History

History

flatbuffers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: 4f7f6dc301f5ffb9765b055d48324dc7629abd5a
Date: 2021-11-30
License: Apache 2.0
License File: LICENSE
Security Critical: yes

Description:
FlatBuffers is an efficient cross platform serialization library for games and
other memory constrained apps. It allows you to directly access serialized data
without unpacking/parsing it first, while still having great forwards/backwards
compatibility.