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

#62 in Build Utils

Download history 3762/week @ 2023-11-20 4864/week @ 2023-11-27 5127/week @ 2023-12-04 4863/week @ 2023-12-11 4329/week @ 2023-12-18 2768/week @ 2023-12-25 5484/week @ 2024-01-01 5880/week @ 2024-01-08 4999/week @ 2024-01-15 5884/week @ 2024-01-22 5900/week @ 2024-01-29 4457/week @ 2024-02-05 5054/week @ 2024-02-12 4559/week @ 2024-02-19 5195/week @ 2024-02-26 7067/week @ 2024-03-04

21,962 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

~87KB