• Home
Name Date Size #Lines LOC

..--

.appveyor/03-May-2024-4136

.bazelci/03-May-2024-1918

.github/03-May-2024-5332

.travis/03-May-2024-16690

CMake/03-May-2024-323281

android/03-May-2024-1,013635

conan/03-May-2024-207132

dart/03-May-2024-4,3913,763

docs/03-May-2024-11,1589,057

go/03-May-2024-1,6781,041

grpc/03-May-2024-6,8505,408

include/flatbuffers/03-May-2024-9,9597,046

java/com/google/flatbuffers/03-May-2024-5,3862,582

js/03-May-2024-1,260538

lobster/03-May-2024-285239

lua/03-May-2024-863665

net/FlatBuffers/03-May-2024-2,2621,391

php/03-May-2024-1,686870

python/03-May-2024-1,393882

reflection/03-May-2024-165129

rust/flatbuffers/03-May-2024-1,9501,269

samples/03-May-2024-4,4653,106

snap/03-May-2024-3528

src/03-May-2024-25,20020,988

swift/03-May-2024-1,473933

tests/03-May-2024-70,75554,934

.clang-formatD03-May-2024304 1412

.editorconfigD03-May-2024223 87

.gitattributesD03-May-202485 32

.gitignoreD03-May-20242 KiB128127

.travis.ymlD03-May-20247.7 KiB222173

Android.bpD03-May-20244.2 KiB165150

Android.mkD03-May-202487 20

BUILDD03-May-20241.8 KiB7969

CMakeLists.txtD03-May-202423.1 KiB628570

CONTRIBUTING.mdD03-May-20242.2 KiB4337

LICENSED03-May-202411.1 KiB202169

LICENSE.txtD03-May-202411.1 KiB203169

METADATAD03-May-2024455 2019

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-2024185 54

README.androidD03-May-2024281 119

TEST_MAPPINGD03-May-2024311 1918

WORKSPACED03-May-2024649 1913

appveyor.ymlD03-May-20244.3 KiB126100

build_defs.bzlD03-May-20249.6 KiB262241

composer.jsonD03-May-2024377 1818

conanfile.pyD03-May-20243 KiB7664

package.jsonD03-May-2024920 3534

pom.xmlD03-May-20244.3 KiB139137

readme.mdD03-May-20242.3 KiB5946

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![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers
2===========
3
4[![Build Status](https://travis-ci.org/google/flatbuffers.svg?branch=master)](https://travis-ci.org/google/flatbuffers)
5[![Build status](https://ci.appveyor.com/api/projects/status/yg5idd2fnusv1n10?svg=true)](https://ci.appveyor.com/project/gwvo/flatbuffers)
6[![Join the chat at https://gitter.im/google/flatbuffers](https://badges.gitter.im/google/flatbuffers.svg)](https://gitter.im/google/flatbuffers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7[![Discord Chat](https://img.shields.io/discord/656202785926152206.svg)](https:///discord.gg/6qgKs3R)
8[![Twitter Follow](https://img.shields.io/twitter/follow/wvo.svg?style=social)](https://twitter.com/wvo)
9
10
11**FlatBuffers** is a cross platform serialization library architected for
12maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
13
14**Go to our [landing page][] to browse our documentation.**
15
16## Supported operating systems
17* Windows
18* MacOS X
19* Linux
20* Android
21* And any others with a recent C++ compiler.
22
23## Supported programming languages
24* C++
25* C#
26* C
27* Dart
28* Go
29* Java
30* JavaScript
31* Lobster
32* Lua
33* PHP
34* Python
35* Rust
36* TypeScript
37
38*and more in progress...*
39
40## Contribution
41* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
42* [FlatBuffers Issues Tracker][] to submit an issue.
43* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
44
45*To contribute to this project,* see [CONTRIBUTING][].
46
47## Licensing
48*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
49
50<br>
51
52   [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md
53   [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
54   [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
55   [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
56   [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
57   [landing page]: https://google.github.io/flatbuffers
58   [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt
59