• Home
Name Date Size #Lines LOC

..--

.appveyor/03-May-2024-4035

.bazelci/03-May-2024-2423

.github/03-May-2024-3018

.travis/03-May-2024-16086

CMake/03-May-2024-323281

android/03-May-2024-1,006626

conan/03-May-2024-207132

dart/03-May-2024-4,3353,718

docs/03-May-2024-10,2658,312

go/03-May-2024-1,6421,021

grpc/03-May-2024-5,4484,339

include/flatbuffers/03-May-2024-9,3756,636

java/com/google/flatbuffers/03-May-2024-2,191964

js/03-May-2024-1,240530

lobster/03-May-2024-279233

lua/03-May-2024-814630

net/FlatBuffers/03-May-2024-2,2041,359

php/03-May-2024-1,686870

python/03-May-2024-1,346835

reflection/03-May-2024-149115

rust/flatbuffers/03-May-2024-1,7271,080

samples/03-May-2024-4,1312,873

src/03-May-2024-18,31115,138

tests/03-May-2024-47,52734,971

.clang-formatD03-May-2024304 1412

.editorconfigD03-May-2024113 86

.gitattributesD03-May-202412 21

.gitignoreD03-May-20241.8 KiB116115

.travis.ymlD03-May-20246.6 KiB187142

Android.bpD03-May-20242 KiB7365

Android.mkD03-May-202487 20

BUILDD03-May-20244.7 KiB186173

CMakeLists.txtD03-May-202415.7 KiB462413

CONTRIBUTING.mdD03-May-20242.2 KiB4337

LICENSED03-May-202411.1 KiB202169

LICENSE.txtD03-May-202411.1 KiB203169

METADATAD03-May-2024464 1918

MODULE_LICENSE_APACHE2D03-May-20240

NOTICED03-May-202411.1 KiB202169

OWNERSD03-May-2024185 54

README.androidD03-May-2024281 119

WORKSPACED03-May-2024496 1610

appveyor.ymlD03-May-20243 KiB10681

build_defs.bzlD03-May-20248.3 KiB231215

composer.jsonD03-May-2024377 1818

conanfile.pyD03-May-20243 KiB7664

package.jsonD03-May-2024920 3534

pom.xmlD03-May-20244.3 KiB140138

readme.mdD03-May-20242.1 KiB5543

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[![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)
5[![Build Status](https://travis-ci.org/google/flatbuffers.svg?branch=master)](https://travis-ci.org/google/flatbuffers) [![Build status](https://ci.appveyor.com/api/projects/status/yg5idd2fnusv1n10?svg=true)](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