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

#157 in Development tools

Download history 5333/week @ 2024-01-19 5880/week @ 2024-01-26 5059/week @ 2024-02-02 4643/week @ 2024-02-09 4546/week @ 2024-02-16 4968/week @ 2024-02-23 7212/week @ 2024-03-01 6390/week @ 2024-03-08 7258/week @ 2024-03-15 7690/week @ 2024-03-22 7517/week @ 2024-03-29 7906/week @ 2024-04-05 7447/week @ 2024-04-12 6040/week @ 2024-04-19 6220/week @ 2024-04-26 6979/week @ 2024-05-03

28,228 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