• Home
Name Date Size #Lines LOC

..--

.bazelci/03-May-2024-3736

.github/03-May-2024-800648

CMake/03-May-2024-1,4141,276

android/03-May-2024-1,2631,021

bazel/03-May-2024-

benchmarks/03-May-2024-835704

conan/03-May-2024-196122

dart/03-May-2024-9,2098,167

docs/03-May-2024-11,5489,385

go/03-May-2024-1,7391,077

grpc/03-May-2024-8,6766,992

include/flatbuffers/03-May-2024-11,7628,145

java/com/google/flatbuffers/03-May-2024-5,6272,767

js/03-May-2024-11

kotlin/03-May-2024-6,2604,103

lobster/03-May-2024-313262

lua/03-May-2024-1,132892

mjs/03-May-2024-11

net/FlatBuffers/03-May-2024-2,5991,563

php/03-May-2024-1,686870

python/03-May-2024-4,3793,166

reflection/03-May-2024-176155

rust/03-May-2024-6,5434,804

samples/03-May-2024-4,8153,507

scripts/03-May-2024-768535

snap/03-May-2024-5042

src/03-May-2024-35,33529,247

swift/03-May-2024-4,2282,313

tests/03-May-2024-151,448128,292

ts/03-May-2024-2,0361,558

.clang-formatD03-May-2024304 1412

.editorconfigD03-May-2024223 87

.eslintrc.jsD03-May-2024253 1311

.gitattributesD03-May-202485 32

.gitignoreD03-May-20242.4 KiB151151

.travis.ymlD03-May-20246.8 KiB216172

Android.bpD03-May-20244.5 KiB175160

Android.mkD03-May-202487 20

BUILD.bazelD03-May-20242.8 KiB113101

CHANGELOG.mdD03-May-2024921 2216

CMakeLists.txtD03-May-202427.5 KiB776699

CONTRIBUTING.mdD03-May-20242.2 KiB4337

Formatters.mdD03-May-20241.1 KiB2212

LICENSED03-May-202411.1 KiB202169

LICENSE.txtD03-May-202411.1 KiB203169

METADATAD03-May-2024454 2019

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-2024185 54

README.androidD03-May-2024281 119

SECURITY.mdD03-May-2024481 128

TEST_MAPPINGD03-May-2024627 3534

WORKSPACED03-May-20242.9 KiB9974

build_defs.bzlD03-May-20249.7 KiB256240

composer.jsonD03-May-2024377 1818

conanfile.pyD03-May-20243 KiB7664

package.jsonD03-May-20241.1 KiB4645

pom.xmlD03-May-20245 KiB154152

readme.mdD03-May-20242.7 KiB6651

swift.swiftformatD03-May-20241.4 KiB2722

tsconfig.jsonD03-May-2024330 1716

tsconfig.mjs.jsonD03-May-2024331 1616

typescript.bzlD03-May-20245.1 KiB135129

yarn.lockD03-May-202449.5 KiB1,131962

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://github.com/google/flatbuffers/actions/workflows/build.yml/badge.svg?branch=master)
5[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/flatbuffers.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:flatbuffers)
6[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/google/flatbuffers/badge)](https://api.securityscorecards.dev/projects/github.com/google/flatbuffers)
7[![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)
8[![Discord Chat](https://img.shields.io/discord/656202785926152206.svg)](https:///discord.gg/6qgKs3R)
9[![Twitter Follow](https://img.shields.io/twitter/follow/wvo.svg?style=social)](https://twitter.com/wvo)
10[![Twitter Follow](https://img.shields.io/twitter/follow/dbaileychess.svg?style=social)](https://twitter.com/dbaileychess)
11
12
13**FlatBuffers** is a cross platform serialization library architected for
14maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
15
16**Go to our [landing page][] to browse our documentation.**
17
18## Supported operating systems
19* Windows
20* MacOS X
21* Linux
22* Android
23* And any others with a recent C++ compiler.
24
25## Supported programming languages
26* C++
27* C#
28* C
29* Dart
30* Go
31* Java
32* JavaScript
33* Lobster
34* Lua
35* PHP
36* Python
37* Rust
38* Swift
39* TypeScript
40
41*and more in progress...*
42
43## Contribution
44* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
45* [FlatBuffers Issues Tracker][] to submit an issue.
46* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
47
48*To contribute to this project,* see [CONTRIBUTING][].
49
50## Security
51
52Please see our [Security Policy](SECURITY.md) for reporting vulnerabilities.
53
54## Licensing
55*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
56
57<br>
58
59   [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md
60   [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
61   [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
62   [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
63   [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
64   [landing page]: https://google.github.io/flatbuffers
65   [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt
66