aosp12/external/flatbuffers
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
.appveyor init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.bazelci init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.github init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.travis init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMake init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
conan init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
dart init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
go init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
grpc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
include/flatbuffers init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
java/com/google/flatbuffers init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
js init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
lobster init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
lua init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
net/FlatBuffers init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
php init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
python init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
reflection init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
rust/flatbuffers init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
samples init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
snap init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
swift init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.clang-format init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.editorconfig init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitattributes init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.travis.yml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BUILD init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CMakeLists.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CONTRIBUTING.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_APACHE2 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
TEST_MAPPING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
WORKSPACE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
appveyor.yml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
build_defs.bzl init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
composer.json init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
conanfile.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
package.json init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pom.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
readme.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

readme.md

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.