flatbuffers/rust/flatbuffers
Michael Le 1703662285
Flatbuffers Version 23.1.20 (#7794)
* Flatbuffers Version 23.1.20

* Fix warnings

* Fix warnings
2023-01-21 12:03:17 -08:00
..
src [Rust] Restore public visibility of previously-public fields (#7700) 2022-12-08 18:20:14 -05:00
build.rs Rust fix compilation for no_std targets #2 (#7553) 2022-10-19 09:14:41 -04:00
Cargo.toml Flatbuffers Version 23.1.20 (#7794) 2023-01-21 12:03:17 -08: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