• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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