• Home
Name Date Size #Lines LOC

..--

.appveyor/12-May-2024-4136

.bazelci/12-May-2024-1918

.github/12-May-2024-400294

.travis/12-May-2024-271153

CMake/12-May-2024-612547

android/12-May-2024-1,2691,015

bazel/12-May-2024-

conan/12-May-2024-207132

dart/12-May-2024-6,6595,842

docs/12-May-2024-11,3449,220

go/12-May-2024-1,7391,077

grpc/12-May-2024-8,8696,944

include/flatbuffers/12-May-2024-10,8087,611

java/com/google/flatbuffers/12-May-2024-5,6472,757

js/12-May-2024-11

kotlin/12-May-2024-6,2434,152

lobster/12-May-2024-302254

lua/12-May-2024-1,132892

mjs/12-May-2024-11

net/FlatBuffers/12-May-2024-2,4251,470

php/12-May-2024-1,686870

python/12-May-2024-2,9582,070

reflection/12-May-2024-178140

rust/12-May-2024-6,4084,689

samples/12-May-2024-4,7013,412

scripts/12-May-2024-7032

snap/12-May-2024-3629

src/12-May-2024-28,24823,609

swift/12-May-2024-1,9771,138

tests/12-May-2024-92,66977,857

ts/12-May-2024-2,1141,616

.clang-formatD12-May-2024304 1412

.editorconfigD12-May-2024223 87

.eslintrc.jsD12-May-2024253 1311

.gitattributesD12-May-202485 32

.gitignoreD12-May-20242.2 KiB144143

.travis.ymlD12-May-20246.8 KiB218174

BUILD.bazelD12-May-20241.8 KiB8070

CMakeLists.txtD12-May-202425.1 KiB679617

CONTRIBUTING.mdD12-May-20242.2 KiB4337

Formatters.mdD12-May-20241.1 KiB2212

LICENSE.txtD12-May-202411.1 KiB203169

OAT.xmlD12-May-20244.5 KiB6919

README.OpenSourceD12-May-2024318 1211

README.mdD12-May-20242.3 KiB5946

README_zh.mdD12-May-20242.2 KiB5845

WORKSPACED12-May-20241.3 KiB4733

appveyor.ymlD12-May-20242.7 KiB9071

build_defs.bzlD12-May-20249.6 KiB262241

composer.jsonD12-May-2024377 1818

conanfile.pyD12-May-20243 KiB7664

package.jsonD12-May-20241 KiB4443

pom.xmlD12-May-20244.5 KiB145143

swift.swiftformatD12-May-20241.3 KiB2520

tsconfig.jsonD12-May-2024330 1716

tsconfig.mjs.jsonD12-May-2024331 1616

README.OpenSource

1[
2  {
3    "Name": "FlatBuffers",
4    "License": "Apache-2.0",
5    "License File": "LICENSE.txt",
6    "Version Number": "2.0.0",
7    "Owner": "sunsuodong@huawei.com",
8    "Upstream URL": "https://github.com/google/flatbuffers/tree/v2.0.0",
9    "Description": "FlatBuffers: Memory Efficient Serialization Library"
10  }
11]
12

README.md

1![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers
2===========
3
4[![Build Status](https://travis-ci.org/google/flatbuffers.svg?branch=master)](https://travis-ci.org/google/flatbuffers)
5[![Build status](https://ci.appveyor.com/api/projects/status/yg5idd2fnusv1n10?svg=true)](https://ci.appveyor.com/project/gwvo/flatbuffers)
6[![Join the chat at https://gitter.im/google/flatbuffers](https://badges.gitter.im/google/flatbuffers.svg)](https://gitter.im/google/flatbuffers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7[![Discord Chat](https://img.shields.io/discord/656202785926152206.svg)](https:///discord.gg/6qgKs3R)
8[![Twitter Follow](https://img.shields.io/twitter/follow/wvo.svg?style=social)](https://twitter.com/wvo)
9
10
11**FlatBuffers** is a cross platform serialization library architected for
12maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
13
14**Go to our [landing page][] to browse our documentation.**
15
16## Supported operating systems
17* Windows
18* MacOS X
19* Linux
20* Android
21* And any others with a recent C++ compiler.
22
23## Supported programming languages
24* C++
25* C#
26* C
27* Dart
28* Go
29* Java
30* JavaScript
31* Lobster
32* Lua
33* PHP
34* Python
35* Rust
36* TypeScript
37
38*and more in progress...*
39
40## Contribution
41* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
42* [FlatBuffers Issues Tracker][] to submit an issue.
43* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
44
45*To contribute to this project,* see [CONTRIBUTING][].
46
47## Licensing
48*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
49
50<br>
51
52   [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md
53   [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
54   [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
55   [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
56   [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
57   [landing page]: https://google.github.io/flatbuffers
58   [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt
59

README_zh.md

1![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers
2===========
3
4[![Build Status](https://travis-ci.org/google/flatbuffers.svg?branch=master)](https://travis-ci.org/google/flatbuffers)
5[![Build status](https://ci.appveyor.com/api/projects/status/yg5idd2fnusv1n10?svg=true)](https://ci.appveyor.com/project/gwvo/flatbuffers)
6[![Join the chat at https://gitter.im/google/flatbuffers](https://badges.gitter.im/google/flatbuffers.svg)](https://gitter.im/google/flatbuffers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7[![Discord Chat](https://img.shields.io/discord/656202785926152206.svg)](https:///discord.gg/6qgKs3R)
8[![Twitter Follow](https://img.shields.io/twitter/follow/wvo.svg?style=social)](https://twitter.com/wvo)
9
10
11**FlatBuffers** 是一个高内存效率的跨平台序列化库。 它允许您直接访问序列化数据而无需先对其进行解析/解包,同时仍然具有出色的向前/向后兼容性。
12
13**转到我们的 [landing page][] 浏览我们的文档**
14
15## 支持的操作系统
16* Windows
17* MacOS X
18* Linux
19* Android
20* And any others with a recent C++ compiler.
21
22## 支持的编程语言
23* C++
24* C#
25* C
26* Dart
27* Go
28* Java
29* JavaScript
30* Lobster
31* Lua
32* PHP
33* Python
34* Rust
35* TypeScript
36
37*and more in progress...*
38
39## 贡献
40* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
41* [FlatBuffers Issues Tracker][] to submit an issue.
42* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
43
44*To contribute to this project,* see [CONTRIBUTING][].
45
46## 许可
47*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
48
49<br>
50
51   [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md
52   [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
53   [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
54   [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
55   [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
56   [landing page]: https://google.github.io/flatbuffers
57   [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt
58