flatbuffers/rust/flatbuffers
2023-01-04 15:22:46 -08:00
..
src [Rust] Restore public visibility of previously-public fields (#7700) 2022-12-08 18:20:14 -05:00
build.rs
Cargo.toml FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
README.md

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. It was originally created at Google for game development and other performance-critical applications.

See our