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

..03-May-2022-

.appveyor/H24-Apr-2019-

.bazelci/H24-Apr-2019-

.github/H24-Apr-2019-

.travis/H24-Apr-2019-

CMake/H03-May-2022-

android/H24-Apr-2019-

conan/H03-May-2022-

dart/H24-Apr-2019-

docs/H03-May-2022-

go/H24-Apr-2019-

grpc/H24-Apr-2019-

include/flatbuffers/H24-Apr-2019-

java/com/google/flatbuffers/H24-Apr-2019-

js/H03-May-2022-

lobster/H24-Apr-2019-

lua/H24-Apr-2019-

net/FlatBuffers/H24-Apr-2019-

php/H24-Apr-2019-

python/H24-Apr-2019-

reflection/H24-Apr-2019-

rust/flatbuffers/H24-Apr-2019-

samples/H03-May-2022-

snap/H24-Apr-2019-

src/H24-Apr-2019-

tests/H03-May-2022-

.clang-formatH A D24-Apr-2019304

.editorconfigH A D24-Apr-2019223

.gitattributesH A D24-Apr-201985

.gitignoreH A D24-Apr-20191.9 KiB

.travis.ymlH A D24-Apr-20196.6 KiB

BUILDH A D24-Apr-20194.8 KiB

CONTRIBUTING.mdH A D24-Apr-20192.2 KiB

WORKSPACEH A D24-Apr-2019496

appveyor.ymlH A D24-Apr-20193 KiB

build_defs.bzlH A D24-Apr-20198.4 KiB

composer.jsonH A D24-Apr-2019377

conanfile.pyH A D24-Apr-20193 KiB

package.jsonH A D24-Apr-2019920

pom.xmlH A D24-Apr-20194.3 KiB

readme.mdH A D24-Apr-20192.1 KiB

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