android13/external/flatbuffers
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.appveyor initial 2024-06-22 20:45:49 +08:00
.bazelci initial 2024-06-22 20:45:49 +08:00
.github initial 2024-06-22 20:45:49 +08:00
.travis initial 2024-06-22 20:45:49 +08:00
CMake initial 2024-06-22 20:45:49 +08:00
android initial 2024-06-22 20:45:49 +08:00
conan initial 2024-06-22 20:45:49 +08:00
dart initial 2024-06-22 20:45:49 +08:00
docs initial 2024-06-22 20:45:49 +08:00
go initial 2024-06-22 20:45:49 +08:00
grpc initial 2024-06-22 20:45:49 +08:00
include/flatbuffers initial 2024-06-22 20:45:49 +08:00
java/com/google/flatbuffers initial 2024-06-22 20:45:49 +08:00
js initial 2024-06-22 20:45:49 +08:00
lobster initial 2024-06-22 20:45:49 +08:00
lua initial 2024-06-22 20:45:49 +08:00
net/FlatBuffers initial 2024-06-22 20:45:49 +08:00
php initial 2024-06-22 20:45:49 +08:00
python initial 2024-06-22 20:45:49 +08:00
reflection initial 2024-06-22 20:45:49 +08:00
rust/flatbuffers initial 2024-06-22 20:45:49 +08:00
samples initial 2024-06-22 20:45:49 +08:00
snap initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
swift initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
.clang-format initial 2024-06-22 20:45:49 +08:00
.editorconfig initial 2024-06-22 20:45:49 +08:00
.gitattributes initial 2024-06-22 20:45:49 +08:00
.travis.yml initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
Android.mk initial 2024-06-22 20:45:49 +08:00
BUILD initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING.md initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
LICENSE.txt initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_APACHE2 initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.android initial 2024-06-22 20:45:49 +08:00
TEST_MAPPING initial 2024-06-22 20:45:49 +08:00
WORKSPACE initial 2024-06-22 20:45:49 +08:00
appveyor.yml initial 2024-06-22 20:45:49 +08:00
build_defs.bzl initial 2024-06-22 20:45:49 +08:00
composer.json initial 2024-06-22 20:45:49 +08:00
conanfile.py initial 2024-06-22 20:45:49 +08:00
package.json initial 2024-06-22 20:45:49 +08:00
pom.xml initial 2024-06-22 20:45:49 +08:00
readme.md initial 2024-06-22 20:45:49 +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.