mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
2022-08-29 12:48:10 -07:00
.bazelci
.github Update scorecard to 1.1.2 2022-08-26 14:40:36 -07:00
android [WIP] speedup (#7452) 2022-08-16 13:47:08 -07:00
bazel
benchmarks
CMake CMake project version detection made more robust (#7473) 2022-08-24 09:28:52 -07:00
conan Fix Clang-Cl compile on Windows (#7308) 2022-08-05 22:08:36 -07:00
dart Fix typos (#7483) 2022-08-26 14:35:21 -07:00
docs Generate SLSA signatures for Released zip files (#7450) 2022-08-16 16:30:37 -07:00
go
grpc Remove old GRPC bash script and convert to python3 (#7454) 2022-08-16 23:44:50 -07:00
include/flatbuffers [C++] support native_inline attribute for vector of tables (#7479) 2022-08-29 12:48:10 -07:00
java/com/google/flatbuffers Fix typos (#7483) 2022-08-26 14:35:21 -07:00
js
kotlin [Kotlin] Remove download benchmark files dependency (#7314) 2022-06-14 15:49:42 -07:00
lobster
lua
mjs
net/FlatBuffers
php
python Implement optional scalars for Python (#7318) 2022-06-13 09:16:00 -04:00
reflection [TS/Bazel] Minor improvements to typescript.bzl (#7300) 2022-08-05 22:04:05 -07:00
rust Rust: fix a name conflict when building with "no_std" feature (#7268) 2022-04-25 13:09:41 -04:00
samples Flatbuffers Version 2.0.7 (#7462) 2022-08-22 21:42:15 -07:00
scripts Flatbuffers Version 2.0.7 (#7462) 2022-08-22 21:42:15 -07:00
snap
src [C++] support native_inline attribute for vector of tables (#7479) 2022-08-29 12:48:10 -07:00
swift Adds full supposed for Wasm in the swift lib (#7328) 2022-05-29 20:56:33 +02:00
tests [C++] support native_inline attribute for vector of tables (#7479) 2022-08-29 12:48:10 -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.7 (#7462) 2022-08-22 21:42:15 -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 Version number in file package.json updated to 2.0.7 (#7476) 2022-08-25 20:40:50 -07:00
pom.xml
readme.md Update readme.md 2022-08-05 23:41:06 -07:00
SECURITY.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
typescript.bzl [TS/Bazel] Minor improvements to typescript.bzl (#7300) 2022-08-05 22:04:05 -07:00
WORKSPACE update grpc version (#7457) 2022-08-22 16:53:28 -07:00
yarn.lock

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.