tree: 92ad5b6b9ef6b4d2b1c6532d2d3c3489d594617a [path history] [tgz]
  1. .github/
  2. .travis/
  3. android/
  4. CMake/
  5. conan/
  6. dart/
  7. docs/
  8. go/
  9. grpc/
  10. include/
  11. java/
  12. js/
  13. lobster/
  14. lua/
  15. net/
  16. php/
  17. python/
  18. reflection/
  19. rust/
  20. samples/
  21. src/
  22. tests/
  23. .clang-format
  24. .editorconfig
  25. .gitattributes
  26. .gitignore
  27. .travis.yml
  28. appveyor.yml
  29. BUILD
  30. CMakeLists.txt
  31. composer.json
  32. conanfile.py
  33. CONTRIBUTING.md
  34. LICENSE.txt
  35. package.json
  36. pom.xml
  37. readme.md
  38. WORKSPACE
readme.md

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

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.