5 releases

0.2.1-alpha.0 Feb 10, 2024
0.2.0 Feb 16, 2021
0.1.3 Jun 6, 2020
0.1.2 Feb 13, 2019
0.1.1 Jan 17, 2019

#66 in Build Utils

Download history 5528/week @ 2024-09-12 3488/week @ 2024-09-19 6254/week @ 2024-09-26 5646/week @ 2024-10-03 5241/week @ 2024-10-10 8723/week @ 2024-10-17 7935/week @ 2024-10-24 5909/week @ 2024-10-31 6795/week @ 2024-11-07 6792/week @ 2024-11-14 7144/week @ 2024-11-21 6500/week @ 2024-11-28 6561/week @ 2024-12-05 6348/week @ 2024-12-12 3789/week @ 2024-12-19 1601/week @ 2024-12-26

19,813 downloads per month
Used in 19 crates (4 directly)

MIT/Apache

15KB
195 lines

FlatBuffers flatc API for Rust 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

~86KB