mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 15:02:18 +00:00
Updated Readme
Added links to runtime packages for variety of languages.
This commit is contained in:
45
readme.md
45
readme.md
@@ -20,33 +20,46 @@ maximum memory efficiency. It allows you to directly access serialized data with
|
|||||||
* MacOS X
|
* MacOS X
|
||||||
* Linux
|
* Linux
|
||||||
* Android
|
* Android
|
||||||
* And any others with a recent C++ compiler.
|
* And any others with a recent C++ compiler (C++ 11 and newer)
|
||||||
|
|
||||||
## Supported programming languages
|
## Supported programming languages
|
||||||
* C++
|
|
||||||
* C#
|
Code generation and runtime libraries for many popular languages.
|
||||||
* C
|
|
||||||
* Dart
|
1. C
|
||||||
* Go
|
1. C++ - [snapcraft.io](https://snapcraft.io/flatbuffers)
|
||||||
* Java
|
1. C# - [nuget.org](https://www.nuget.org/packages/Google.FlatBuffers)
|
||||||
* JavaScript
|
1. Dart - [pub.dev](https://pub.dev/packages/flat_buffers)
|
||||||
* Lobster
|
1. Go - [go.dev](https://pkg.go.dev/github.com/google/flatbuffers/go)
|
||||||
* Lua
|
1. Java - [Maven](https://search.maven.org/artifact/com.google.flatbuffers/flatbuffers-java)
|
||||||
* PHP
|
1. JavaScript - [NPM](https://www.npmjs.com/package/flatbuffers)
|
||||||
* Python
|
1. Kotlin
|
||||||
* Rust
|
1. Lobster
|
||||||
* Swift
|
1. Lua
|
||||||
* TypeScript
|
1. PHP
|
||||||
|
1. Python - [PyPi](https://pypi.org/project/flatbuffers/)
|
||||||
|
1. Rust - [crates.io](https://crates.io/crates/flatbuffers)
|
||||||
|
1. Swift
|
||||||
|
1. TypeScript - [NPM](https://www.npmjs.com/package/flatbuffers)
|
||||||
|
|
||||||
*and more in progress...*
|
*and more in progress...*
|
||||||
|
|
||||||
|
1. [Nim](https://github.com/google/flatbuffers/pull/7362)
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
|
|
||||||
* [FlatBuffers Issues Tracker][] to submit an issue.
|
* [FlatBuffers Issues Tracker][] to submit an issue.
|
||||||
* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
|
* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
|
||||||
|
|
||||||
*To contribute to this project,* see [CONTRIBUTING][].
|
*To contribute to this project,* see [CONTRIBUTING][].
|
||||||
|
|
||||||
|
## Community
|
||||||
|
|
||||||
|
* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
|
||||||
|
* [Discord Server](https:///discord.gg/6qgKs3R)
|
||||||
|
* [Gitter](https://gitter.im/google/flatbuffers)
|
||||||
|
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
Please see our [Security Policy](SECURITY.md) for reporting vulnerabilities.
|
Please see our [Security Policy](SECURITY.md) for reporting vulnerabilities.
|
||||||
|
|||||||
Reference in New Issue
Block a user