flatbuffers/rust/flatbuffers
Marcin Witkowski aff818cebf
rust: Allow for usage in no_std environment (#6989)
2022-01-20 11:49:02 -05:00
..
src rust: Allow for usage in no_std environment (#6989) 2022-01-20 11:49:02 -05:00
Cargo.toml rust: Allow for usage in no_std environment (#6989) 2022-01-20 11:49:02 -05:00
README.md Added README for Rust Flatbuffers (before publishing v=2.0) (#6652) 2021-05-16 10:37:16 -04: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