mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Jeroen Demeyer 3fda20d7c7
Go: add test for FinishWithFileIdentifier (#7905)
Co-authored-by: Michael Le <michael.le647@gmail.com>
2023-04-11 17:08:04 -07:00
.bazelci
.github Add flatbuffers-64 branch to CI for pushes 2023-03-15 23:58:26 -07:00
android FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
bazel
benchmarks
CMake Updated remaining usages of LICENSE.txt 2023-03-03 12:01:08 -08:00
conan
dart Adding comment for code clarification (#7856) 2023-03-14 20:14:05 -05:00
docs [CS] Verifier (#7850) 2023-04-06 00:29:14 +02:00
examples/go-echo
go
grpc FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
include/flatbuffers Add a FileWriter interface (#7821) 2023-04-06 01:49:29 +00:00
java FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
js
kotlin
lobster
lua
mjs
net/FlatBuffers [CS] Verifier (#7850) 2023-04-06 00:29:14 +02:00
nim
php
python Updated remaining usages of LICENSE.txt 2023-03-03 12:01:08 -08:00
reflection
rust FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
samples Fix go_sample.sh (#7903) 2023-04-11 12:40:00 -07:00
scripts Add Java reflection bindings to the distribution (#7851) 2023-03-03 11:14:07 -08:00
snap
src Add a FileWriter interface (#7821) 2023-04-06 01:49:29 +00:00
swift FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
tests Go: add test for FinishWithFileIdentifier (#7905) 2023-04-11 17:08:04 -07:00
ts
.clang-format
.clang-tidy
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
BUILD.bazel Add a FileWriter interface (#7821) 2023-04-06 01:49:29 +00:00
build_defs.bzl
CHANGELOG.md FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
CMakeLists.txt Add a FileWriter interface (#7821) 2023-04-06 01:49:29 +00:00
composer.json
conanfile.py Updated remaining usages of LICENSE.txt 2023-03-03 12:01:08 -08:00
CONTRIBUTING.md
FlatBuffers.podspec FlatBuffers Version 23.3.3 (#7852) 2023-03-03 11:46:55 -08:00
Formatters.md
LICENSE
package.json [TS/JS] Upgrade dependencies (#7889) 2023-04-06 02:00:23 +00:00
Package.swift
Package@swift-5.5.swift
README.md README.md: PyPI case typo (#7880) 2023-03-30 13:32:16 -07:00
SECURITY.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
typescript.bzl
WORKSPACE
yarn.lock [TS/JS] Upgrade dependencies (#7889) 2023-04-06 02:00:23 +00:00

logo FlatBuffers

Build status BuildKite 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
  • 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 - swiftpackageindex
  15. TypeScript - NPM
  16. Nim

Versioning

FlatBuffers does not follow traditional Semver versioning (see rationale) but rather uses a format of the date of the release.

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.