FlatBuffers Version 22.9.29
FlatBuffers Version 22.9.29 (#7557)

129 files changed
tree: e97dafa5076c409ccace609ebdd897a5f3dc82f5
  1. .bazelci/
  2. .github/
  3. android/
  4. bazel/
  5. benchmarks/
  6. CMake/
  7. conan/
  8. dart/
  9. docs/
  10. go/
  11. grpc/
  12. include/
  13. java/
  14. js/
  15. kotlin/
  16. lobster/
  17. lua/
  18. mjs/
  19. net/
  20. php/
  21. python/
  22. reflection/
  23. rust/
  24. samples/
  25. scripts/
  26. snap/
  27. src/
  28. swift/
  29. tests/
  30. ts/
  31. .clang-format
  32. .editorconfig
  33. .eslintrc.js
  34. .gitattributes
  35. .gitignore
  36. BUILD.bazel
  37. build_defs.bzl
  38. CHANGELOG.md
  39. CMakeLists.txt
  40. composer.json
  41. conanfile.py
  42. CONTRIBUTING.md
  43. FlatBuffers.podspec
  44. Formatters.md
  45. LICENSE.txt
  46. package.json
  47. Package.swift
  48. Package@swift-5.5.swift
  49. readme.md
  50. rollup.config.js
  51. SECURITY.md
  52. swift.swiftformat
  53. tsconfig.json
  54. tsconfig.mjs.json
  55. typescript.bzl
  56. WORKSPACE
  57. yarn.lock
readme.md

logo FlatBuffers

Build status Fuzzing Status OpenSSF Scorecard Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow 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 (C++ 11 and newer)

Supported programming languages

Code generation and runtime libraries for many popular languages.

  1. C
  2. C++ - snapcraft.io
  3. C# - nuget.org
  4. Dart - pub.dev
  5. Go - go.dev
  6. Java - Maven
  7. JavaScript - NPM
  8. Kotlin
  9. Lobster
  10. Lua
  11. PHP
  12. Python - PyPi
  13. Rust - crates.io
  14. Swift
  15. TypeScript - NPM

and more in progress...

  1. Nim

Contribution

To contribute to this project, see CONTRIBUTING.

Community

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.