flatbuffers/rust/flatbuffers
Casper 3d903302c3
[Rust] Add length checks to arrays and vectors. (#7130)
* [Rust] Add length checks to arrays and vectors.

The previous behavior allowed for out of bounds access in
the public API (#7011).

* bump semver and test warning

Co-authored-by: Casper Neo <cneo@google.com>
2022-02-24 13:49:59 -05:00
..
src [Rust] Add length checks to arrays and vectors. (#7130) 2022-02-24 13:49:59 -05:00
Cargo.toml [Rust] Add length checks to arrays and vectors. (#7130) 2022-02-24 13:49:59 -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