flatbuffers/rust/flatbuffers
Renzo 10c994155c
Fix: allow flexbuffers alloc check test (#8972)
* Fix: allow flexbuffers alloc check test

* fix: flaky CI failure

* fix: set flexbuffers alloc check false
2026-03-12 09:44:32 -04:00
..
src Fix: allow flexbuffers alloc check test (#8972) 2026-03-12 09:44:32 -04:00
build.rs Improves Rust code generation (#8564) 2025-12-02 18:06:24 -08:00
Cargo.toml FlatBuffers Version 25.12.19 (#8871) 2025-12-19 15:06:07 -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