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-compiler
package for Debian/Ubuntu, flatbuffers
packages for
Arch Linux and
conda [Windows, Linux, MacOS]).
Please, refer to the documentation for usage instructions and examples.
The design of the API was inspired by protoc-rust, protoc, and capnpc.
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.