flatbuffers/rust/flatbuffers
2025-09-23 22:18:02 -07:00
..
src bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
build.rs Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
Cargo.toml FlatBuffers Version 25.9.23 (#8708) 2025-09-23 22:18:02 -07:00
README.md Added README for Rust Flatbuffers (before publishing v=2.0) (#6652) 2021-05-16 10:37:16 -04:00

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