mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-15 08:48:52 +00:00
Added AppVeyor CI.
Change-Id: I01cf630026e25382b585785b471bad21153338f6
This commit is contained in:
14
readme.md
14
readme.md
@@ -1,8 +1,10 @@
|
||||
 FlatBuffers [](https://travis-ci.org/google/flatbuffers)
|
||||
 FlatBuffers
|
||||
===========
|
||||
**FlatBuffers** is an efficient cross platform serialization library for games and
|
||||
other memory constrained apps. It allows you to directly access serialized data without
|
||||
unpacking/parsing it first, while still having great forwards/backwards compatibility.
|
||||
[](https://travis-ci.org/google/flatbuffers) [](https://ci.appveyor.com/project/gwvo/flatbuffers)
|
||||
|
||||
**FlatBuffers** is an efficient cross platform serialization library for games and
|
||||
other memory constrained apps. It allows you to directly access serialized data without
|
||||
unpacking/parsing it first, while still having great forwards/backwards compatibility.
|
||||
|
||||
**Go to our [landing page][] to browse our documentation.**
|
||||
|
||||
@@ -11,7 +13,7 @@ unpacking/parsing it first, while still having great forwards/backwards compatib
|
||||
* Windows
|
||||
* MacOS X
|
||||
* Linux
|
||||
|
||||
|
||||
## Supported programming languages
|
||||
* C++
|
||||
* C#
|
||||
@@ -24,7 +26,7 @@ unpacking/parsing it first, while still having great forwards/backwards compatib
|
||||
|
||||
*and many more in progress...*
|
||||
|
||||
## Contribution
|
||||
## Contribution
|
||||
* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
|
||||
* [FlatBuffers Issues Tracker][] to submit an issue.
|
||||
* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
|
||||
|
||||
Reference in New Issue
Block a user