mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
2021-07-25 16:20:34 +07:00
.appveyor
.bazelci Remove ubuntu1604 from presubmit.yml (#6715) 2021-07-09 09:59:30 -07:00
.github
.travis
android
bazel
CMake
conan
dart Dart - optimize writeString for ASCII (#6736) 2021-07-22 10:36:37 -07:00
docs Fix 6348 (#6717) 2021-07-08 13:29:00 -07:00
go
grpc Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
include/flatbuffers Rework how Rust generated files are laid out (#6731) 2021-07-22 19:02:28 -04:00
java/com/google/flatbuffers Fix typo in docu (#6714) 2021-06-30 14:55:56 -04:00
js
kotlin
lobster
lua
mjs
net/FlatBuffers
php
python Fix warning about deprecated module: imp (#6362) 2021-06-17 13:02:22 -07:00
reflection Replace filenames in reflection with filenames+includes. (#6703) 2021-06-19 19:21:33 -04:00
rust
samples Rework how Rust generated files are laid out (#6731) 2021-07-22 19:02:28 -04:00
scripts Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
snap use improved versioning (#6691) 2021-06-11 15:27:59 -07:00
src [C++] Fix union type handling on object api in C++17 (#6745) 2021-07-25 16:20:34 +07:00
swift
tests [C++] Fix union type handling on object api in C++17 (#6745) 2021-07-25 16:20:34 +07:00
ts
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.travis.yml
appveyor.yml
BUILD.bazel
build_defs.bzl Add a split on ':' to build_defs.bzl (#6742) 2021-07-19 16:42:27 -04:00
CMakeLists.txt Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md
LICENSE.txt
package.json
pom.xml
readme.md
SECURITY.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
WORKSPACE

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.

Security

Please see our Security Policy for reporting vulnerabilities.

Licensing

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