Go to file
openharmony_ci 7927a7a066
!31 修改flatbuffers仓库的BUILD.gn
Merge pull request !31 from 钱丹/master
2024-07-26 05:00:35 +00:00
BUILD.gn modify gn 2024-07-26 10:04:47 +08:00
bundle.json modify gn 2024-07-26 10:04:47 +08:00
install.py add copyrights 2024-01-30 09:54:49 +08:00
LICENSE.txt Fixed Apache license not using canonical version. 2019-11-04 17:15:56 -08:00
OAT.xml fix oat 2023-12-21 10:45:50 +08:00
README_zh.md change readme 2022-10-12 17:25:21 +08:00
README.md add OAT.xml and README.OpenSource 2022-04-15 01:40:04 -07:00
README.OpenSource modify version 2024-05-15 11:09:19 +08:00
v2.0.0.tar.gz add openEuler:flatbuffers 2024-01-03 16:39:36 +08:00

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat 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
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.