stefan301 / flatbuffers

Memory Efficient Serialization Library

Home Page:http://google.github.io/flatbuffers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


About

Memory Efficient Serialization Library

http://google.github.io/flatbuffers/

License:Apache License 2.0


Languages

Language:C++ 39.2%Language:Rust 10.6%Language:Python 6.9%Language:Swift 6.5%Language:Java 6.2%Language:C# 5.9%Language:JavaScript 5.6%Language:Kotlin 4.5%Language:Dart 4.1%Language:TypeScript 3.6%Language:PHP 1.9%Language:Go 1.5%Language:Nim 1.0%Language:Lua 1.0%Language:CMake 0.6%Language:Starlark 0.5%Language:Shell 0.3%Language:Batchfile 0.0%Language:C 0.0%Language:Ruby 0.0%Language:Roff 0.0%Language:Makefile 0.0%