| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .appveyor/ | 03-May-2024 | - | 40 | 35 | ||
| .bazelci/ | 03-May-2024 | - | 24 | 23 | ||
| .github/ | 03-May-2024 | - | 30 | 18 | ||
| .travis/ | 03-May-2024 | - | 160 | 86 | ||
| CMake/ | 03-May-2024 | - | 323 | 281 | ||
| android/ | 03-May-2024 | - | 1,006 | 626 | ||
| conan/ | 03-May-2024 | - | 207 | 132 | ||
| dart/ | 03-May-2024 | - | 4,335 | 3,718 | ||
| docs/ | 03-May-2024 | - | 10,265 | 8,312 | ||
| go/ | 03-May-2024 | - | 1,642 | 1,021 | ||
| grpc/ | 03-May-2024 | - | 5,448 | 4,339 | ||
| include/flatbuffers/ | 03-May-2024 | - | 9,375 | 6,636 | ||
| java/com/google/flatbuffers/ | 03-May-2024 | - | 2,191 | 964 | ||
| js/ | 03-May-2024 | - | 1,240 | 530 | ||
| lobster/ | 03-May-2024 | - | 279 | 233 | ||
| lua/ | 03-May-2024 | - | 814 | 630 | ||
| net/FlatBuffers/ | 03-May-2024 | - | 2,204 | 1,359 | ||
| php/ | 03-May-2024 | - | 1,686 | 870 | ||
| python/ | 03-May-2024 | - | 1,346 | 835 | ||
| reflection/ | 03-May-2024 | - | 149 | 115 | ||
| rust/flatbuffers/ | 03-May-2024 | - | 1,727 | 1,080 | ||
| samples/ | 03-May-2024 | - | 4,131 | 2,873 | ||
| src/ | 03-May-2024 | - | 18,311 | 15,138 | ||
| tests/ | 03-May-2024 | - | 47,527 | 34,971 | ||
| .clang-format | D | 03-May-2024 | 304 | 14 | 12 | |
| .editorconfig | D | 03-May-2024 | 113 | 8 | 6 | |
| .gitattributes | D | 03-May-2024 | 12 | 2 | 1 | |
| .gitignore | D | 03-May-2024 | 1.8 KiB | 116 | 115 | |
| .travis.yml | D | 03-May-2024 | 6.6 KiB | 187 | 142 | |
| Android.bp | D | 03-May-2024 | 2 KiB | 73 | 65 | |
| Android.mk | D | 03-May-2024 | 87 | 2 | 0 | |
| BUILD | D | 03-May-2024 | 4.7 KiB | 186 | 173 | |
| CMakeLists.txt | D | 03-May-2024 | 15.7 KiB | 462 | 413 | |
| CONTRIBUTING.md | D | 03-May-2024 | 2.2 KiB | 43 | 37 | |
| LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
| LICENSE.txt | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
| METADATA | D | 03-May-2024 | 464 | 19 | 18 | |
| MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
| NOTICE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
| OWNERS | D | 03-May-2024 | 185 | 5 | 4 | |
| README.android | D | 03-May-2024 | 281 | 11 | 9 | |
| WORKSPACE | D | 03-May-2024 | 496 | 16 | 10 | |
| appveyor.yml | D | 03-May-2024 | 3 KiB | 106 | 81 | |
| build_defs.bzl | D | 03-May-2024 | 8.3 KiB | 231 | 215 | |
| composer.json | D | 03-May-2024 | 377 | 18 | 18 | |
| conanfile.py | D | 03-May-2024 | 3 KiB | 76 | 64 | |
| package.json | D | 03-May-2024 | 920 | 35 | 34 | |
| pom.xml | D | 03-May-2024 | 4.3 KiB | 140 | 138 | |
| readme.md | D | 03-May-2024 | 2.1 KiB | 55 | 43 |
README.android
1URL: https://github.com/google/flatbuffers/releases/tag/v1.6.0 2Version: 1.6.0 3License: Apache License, Version 2.0 4License File: LICENSE 5Owners: siyamed 6 7Description: 8Cross platform serialization library. Used to read the metadata in a font. 9 10Local Modifications: 11No modifications.
readme.md
1 FlatBuffers 2=========== 3 4[](https://gitter.im/google/flatbuffers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 5[](https://travis-ci.org/google/flatbuffers) [](https://ci.appveyor.com/project/gwvo/flatbuffers) 6 7**FlatBuffers** is a cross platform serialization library architected for 8maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility. 9 10**Go to our [landing page][] to browse our documentation.** 11 12## Supported operating systems 13* Windows 14* MacOS X 15* Linux 16* Android 17* And any others with a recent C++ compiler. 18 19## Supported programming languages 20* C++ 21* C# 22* C 23* Dart 24* Go 25* Java 26* JavaScript 27* Lobster 28* Lua 29* PHP 30* Python 31* Rust 32* TypeScript 33 34*and more in progress...* 35 36## Contribution 37* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users. 38* [FlatBuffers Issues Tracker][] to submit an issue. 39* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers. 40 41*To contribute to this project,* see [CONTRIBUTING][]. 42 43## Licensing 44*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text. 45 46<br> 47 48 [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md 49 [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers 50 [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers 51 [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues 52 [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers 53 [landing page]: https://google.github.io/flatbuffers 54 [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt 55