Crates.io | flatbuffers |
lib.rs | flatbuffers |
version | 24.3.25 |
source | src |
created_at | 2016-06-01 19:18:36.248215 |
updated_at | 2024-04-12 01:37:59.643028 |
description | Official FlatBuffers Rust runtime library. |
homepage | https://google.github.io/flatbuffers/ |
repository | https://github.com/google/flatbuffers |
max_upload_size | |
id | 5260 |
size | 109,779 |
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.