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

#55 in Build Utils

Download history 8983/week @ 2025-08-06 8061/week @ 2025-08-13 9401/week @ 2025-08-20 8510/week @ 2025-08-27 12331/week @ 2025-09-03 12742/week @ 2025-09-10 12111/week @ 2025-09-17 10521/week @ 2025-09-24 9996/week @ 2025-10-01 12965/week @ 2025-10-08 13571/week @ 2025-10-15 9730/week @ 2025-10-22 13688/week @ 2025-10-29 12169/week @ 2025-11-05 13919/week @ 2025-11-12 13199/week @ 2025-11-19

55,320 downloads per month
Used in 31 crates (10 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

~99KB