mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
2023-01-04 09:27:44 -08:00
.bazelci
.github Add link to building guide (#7733) 2022-12-22 14:06:57 -08:00
android
bazel
benchmarks
CMake
conan
dart
docs
examples/go-echo
go Fix go.mod name (#7756) 2023-01-04 09:27:44 -08:00
grpc
include/flatbuffers
java
js
kotlin
lobster
lua
mjs
net/FlatBuffers
nim
php
python
reflection
rust
samples
scripts
snap
src Fix "'flatbuffers::FieldDef* field' shadows a parameter" (#7740) 2023-01-03 20:00:54 -08:00
swift
tests [TS] Fix getFullyQualifiedName codegen for typescript (#7730) 2022-12-22 20:59:40 +00:00
ts
.clang-format
.clang-tidy
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
BUILD.bazel
build_defs.bzl
CHANGELOG.md
CMakeLists.txt
composer.json
conanfile.py
CONTRIBUTING.md
FlatBuffers.podspec
Formatters.md
LICENSE.txt
package.json
Package.swift
Package@swift-5.5.swift
readme.md
rollup.config.js
SECURITY.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
typescript.bzl
WORKSPACE
yarn.lock

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

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.