Name Description Size Coverage
array.rs 4805 -
builder.rs 33407 84 %
endian_scalar.rs 6186 100 %
follow.rs 2283 -
get_root.rs 4282 0 %
lib.rs # FlatBuffers A library for memory-efficient serialization of data. This crate provides runtime support for the FlatBuffers format in the Rust programming language. To use this crate, first generate code with the `flatc` compiler, as described here: <https://google.github.io/flatbuffers/> Then, include that code into your project. Finally, add this crate to your `Cargo.toml`. At this time, Rust support is experimental, and APIs may change between minor versions. At this time, to generate Rust code, you will need the latest `master` version of `flatc`, available from here: <https://github.com/google/flatbuffers> (On OSX, you can install FlatBuffers from `HEAD` with the Homebrew package manager.) 2537 -
primitives.rs 10057 100 %
push.rs 2802 100 %
table.rs 2861 100 %
vector.rs 9731 59 %
verifier.rs 21865 0 %
vtable.rs 3650 100 %
vtable_writer.rs 2932 -