mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
2022-08-29 20:43:36 -07:00
.bazelci
.github [TS/JS] Add rollup and config to generate iife flatbuffers bundle (#7449) 2022-08-29 16:37:43 -07:00
android [WIP] speedup (#7452) 2022-08-16 13:47:08 -07:00
bazel
benchmarks
CMake FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
conan
dart FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
docs Generate SLSA signatures for Released zip files (#7450) 2022-08-16 16:30:37 -07:00
go
grpc FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
include/flatbuffers FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
java/com/google/flatbuffers FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
js
kotlin
lobster
lua
mjs
net/FlatBuffers FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
php
python FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
reflection
rust
samples FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
scripts Flatbuffers Version 2.0.7 (#7462) 2022-08-22 21:42:15 -07:00
snap
src FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
swift FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
tests FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
ts Fix typos (#7483) 2022-08-26 14:35:21 -07:00
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore Update gitingore to reflect name change (#7431) 2022-08-12 21:02:24 -07:00
.travis.yml
BUILD.bazel
build_defs.bzl
CHANGELOG.md FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
CMakeLists.txt [C++] support native_inline attribute for vector of tables (#7479) 2022-08-29 12:48:10 -07:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md
LICENSE.txt
package.json FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
pom.xml FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
readme.md Update readme.md 2022-08-05 23:41:06 -07:00
rollup.config.js [TS/JS] Add rollup and config to generate iife flatbuffers bundle (#7449) 2022-08-29 16:37:43 -07:00
SECURITY.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
typescript.bzl
WORKSPACE update grpc version (#7457) 2022-08-22 16:53:28 -07:00
yarn.lock [TS/JS] Add rollup and config to generate iife flatbuffers bundle (#7449) 2022-08-29 16:37:43 -07:00

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.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • Swift
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

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.