flatbuffers/rust/flatbuffers
Élie ROUDNINSKI a14f4052cf
rust: remove needless borrow (#6922)
This was discovered by running clippy.
2021-11-23 10:46:56 -06:00
..
src rust: remove needless borrow (#6922) 2021-11-23 10:46:56 -06:00
Cargo.toml More missing version changes 2021-05-10 11:45:16 -07: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