Snap for 5406228 from 04d23206b0207de24c5da671b40e8ac8533ae3fe to qt-release

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