Merge 8319c3baf2f073d51f16b94b03309a124d4b5dc9 on remote branch

Change-Id: I3292a81deefeda8de1df9732b7565196fab8c2f7
tree: 47f46eacb9e36e581eb395a2dd05e94b3b81dd97
  1. .appveyor/
  2. .bazelci/
  3. .github/
  4. .travis/
  5. android/
  6. CMake/
  7. conan/
  8. dart/
  9. docs/
  10. go/
  11. grpc/
  12. include/
  13. java/
  14. js/
  15. lobster/
  16. lua/
  17. net/
  18. php/
  19. python/
  20. reflection/
  21. rust/
  22. samples/
  23. snap/
  24. src/
  25. tests/
  26. .clang-format
  27. .editorconfig
  28. .gitattributes
  29. .gitignore
  30. .travis.yml
  31. Android.bp
  32. Android.mk
  33. appveyor.yml
  34. BUILD
  35. build_defs.bzl
  36. CMakeLists.txt
  37. composer.json
  38. conanfile.py
  39. CONTRIBUTING.md
  40. LICENSE
  41. LICENSE.txt
  42. METADATA
  43. MODULE_LICENSE_APACHE2
  44. NOTICE
  45. OWNERS
  46. package.json
  47. pom.xml
  48. README.android
  49. readme.md
  50. TEST_MAPPING
  51. 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.