flatbuffers/rust/flatbuffers
2025-01-24 16:36:11 -08:00
..
src Rust full reflection (#8102) 2025-01-15 10:03:10 -08:00
build.rs
Cargo.toml FlatBuffers Version 25.1.24 2025-01-24 16:36:11 -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