Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: FlatBuffers | |
| 2 Short Name: flatbuffers | |
| 3 URL: https://github.com/google/flatbuffers | |
| 4 Version: 6f751d5d26fd566f8c9060358101a2596677f9cf | |
| 5 Date: 2016-02-20 | |
| 6 License: Apache 2.0 | |
| 7 License File: LICENSE | |
| 8 Security Critical: yes | |
| 9 | |
| 10 Description: | |
| 11 FlatBuffers is an efficient cross platform serialization library for games and | |
| 12 other memory constrained apps. It allows you to directly access serialized data | |
| 13 without unpacking/parsing it first, while still having great forwards/backwards | |
| 14 compatibility. | |
| OLD | NEW |