1 unstable release

0.6.0 Oct 23, 2020

#1800 in Encoding

Download history 12/week @ 2024-01-15 27/week @ 2024-01-22 23/week @ 2024-02-19 13/week @ 2024-02-26 24/week @ 2024-03-04 34/week @ 2024-03-11 12/week @ 2024-03-18 12/week @ 2024-03-25 48/week @ 2024-04-01

109 downloads per month
Used in fbs-build

Apache-2.0

71KB
1.5K SLoC

Rust-native Flatbuffers

  • Actions Status
    • Continuous Integration
    • Security audit

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.)

Dependencies

~74KB