• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.appveyor/H10-May-2021-4136

.bazelci/H10-May-2021-1918

.github/H10-May-2021-400340

.travis/H10-May-2021-271153

CMake/H03-May-2022-607543

android/H10-May-2021-1,154928

bazel/H07-May-2022-

conan/H03-May-2022-184117

dart/H10-May-2021-6,6595,842

docs/H03-May-2022-11,1409,068

go/H10-May-2021-1,7391,077

grpc/H07-May-2022-8,8126,897

include/flatbuffers/H10-May-2021-10,8087,611

java/com/google/flatbuffers/H10-May-2021-5,6472,757

js/H10-May-2021-11

kotlin/H10-May-2021-6,0413,998

lobster/H10-May-2021-302254

lua/H10-May-2021-1,132892

mjs/H10-May-2021-11

net/FlatBuffers/H10-May-2021-2,4251,470

php/H10-May-2021-1,686870

python/H10-May-2021-2,9582,070

reflection/H10-May-2021-178140

rust/H10-May-2021-6,4084,689

samples/H03-May-2022-4,7013,412

scripts/H10-May-2021-7032

snap/H10-May-2021-3629

src/H10-May-2021-28,24823,609

swift/H10-May-2021-1,9771,138

tests/H03-May-2022-88,21573,711

ts/H10-May-2021-2,1141,616

.clang-formatH A D10-May-2021304 1412

.editorconfigH A D10-May-2021223 87

.gitattributesH A D10-May-202185 32

.gitignoreH A D10-May-20212.2 KiB144143

.travis.ymlH A D10-May-20216.8 KiB218201

BUILD.bazelH A D10-May-20211.8 KiB8070

CONTRIBUTING.mdH A D10-May-20212.2 KiB4337

Formatters.mdH A D10-May-20211.1 KiB2212

WORKSPACEH A D10-May-20211.3 KiB4733

appveyor.ymlH A D10-May-20212.7 KiB9076

build_defs.bzlH A D10-May-20219.6 KiB262241

composer.jsonH A D10-May-2021377 1818

conanfile.pyH A D10-May-20213 KiB7664

package.jsonH A D10-May-20211 KiB4443

pom.xmlH A D10-May-20214.5 KiB145143

readme.mdH A D10-May-20212.3 KiB5946

swift.swiftformatH A D10-May-20211.3 KiB2520

tsconfig.jsonH A D10-May-2021330 1716

tsconfig.mjs.jsonH A D10-May-2021331 1616

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