You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
.appveyor v811_spc009_project 4 months ago
.bazelci v811_spc009_project 4 months ago
.travis v811_spc009_project 4 months ago
CMake v811_spc009_project 4 months ago
android v811_spc009_project 4 months ago
conan v811_spc009_project 4 months ago
dart v811_spc009_project 4 months ago
docs v811_spc009_project 4 months ago
go v811_spc009_project 4 months ago
grpc v811_spc009_project 4 months ago
include/flatbuffers v811_spc009_project 4 months ago
java/com/google/flatbuffers v811_spc009_project 4 months ago
js v811_spc009_project 4 months ago
lobster v811_spc009_project 4 months ago
lua v811_spc009_project 4 months ago
net/FlatBuffers v811_spc009_project 4 months ago
php v811_spc009_project 4 months ago
python v811_spc009_project 4 months ago
reflection v811_spc009_project 4 months ago
rust/flatbuffers v811_spc009_project 4 months ago
samples v811_spc009_project 4 months ago
snap v811_spc009_project 4 months ago
src v811_spc009_project 4 months ago
swift v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
.clang-format v811_spc009_project 4 months ago
.editorconfig v811_spc009_project 4 months ago
.travis.yml v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
Android.mk v811_spc009_project 4 months ago
BUILD v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
CONTRIBUTING.md v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
LICENSE.txt v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_APACHE2 v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.android v811_spc009_project 4 months ago
TEST_MAPPING v811_spc009_project 4 months ago
WORKSPACE v811_spc009_project 4 months ago
appveyor.yml v811_spc009_project 4 months ago
build_defs.bzl v811_spc009_project 4 months ago
composer.json v811_spc009_project 4 months ago
conanfile.py v811_spc009_project 4 months ago
package.json v811_spc009_project 4 months ago
pom.xml v811_spc009_project 4 months ago
readme.md v811_spc009_project 4 months ago

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.