Crates.io | flatbuffers |
lib.rs | flatbuffers |
version | 25.9.23 |
created_at | 2016-06-01 19:18:36.248215+00 |
updated_at | 2025-09-24 05:25:33.112491+00 |
description | Official FlatBuffers Rust runtime library. |
homepage | https://google.github.io/flatbuffers/ |
repository | https://github.com/google/flatbuffers |
max_upload_size | |
id | 5260 |
size | 112,851 |
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. It was originally created at Google for game development and other performance-critical applications.