# flatbuffers **Repository Path**: Wangjunqi123/flatbuffers ## Basic Information - **Project Name**: flatbuffers - **Description**: Memory efficient serialization library - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2023-02-16 - **Last Updated**: 2023-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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