34 lines
628 B
Markdown
34 lines
628 B
Markdown
# flatbuffers
|
|
|
|
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.
|
|
|
|
####
|
|
- 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
|
|
|
|
#### Contribution
|
|
|
|
1. Fork the repository
|
|
2. Create Feat_xxx branch
|
|
3. Commit your code
|
|
4. Create Pull Request
|