5 releases

0.2.0 Feb 16, 2021
0.1.3 Jun 6, 2020
0.1.2 Feb 13, 2019
0.1.1 Jan 17, 2019
0.1.0 Jan 16, 2019

#572 in Development tools

Download history 2248/week @ 2022-11-28 2892/week @ 2022-12-05 2543/week @ 2022-12-12 1635/week @ 2022-12-19 835/week @ 2022-12-26 1532/week @ 2023-01-02 2080/week @ 2023-01-09 1566/week @ 2023-01-16 2270/week @ 2023-01-23 2900/week @ 2023-01-30 2779/week @ 2023-02-06 2659/week @ 2023-02-13 2806/week @ 2023-02-20 2460/week @ 2023-02-27 3367/week @ 2023-03-06 3476/week @ 2023-03-13

12,192 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

15KB
195 lines

FlatBuffers flatc API for Rust crates.io Documentation Build Status

This crate provides a programmatical way to invoke flatc command (e.g. from build.rs) to generate Rust (or, in fact, any other language) helpers to work with FlatBuffers.

NOTE: You will still need flatc utility version 1.10.0+ installed (there are windows binary releases, flatbuffers packages for conda [Windows, Linux, MacOS], Arch Linux).

Usage and Examples

Please, refer to the documentation for usage instructions and examples.

Acknowledgements

The design of the API was inspired by protoc-rust, protoc, and capnpc.

License

This project is licensed under either of

at your option.

Dependencies

~85KB