| Crates.io | flatc-rust |
| lib.rs | flatc-rust |
| version | 0.2.1-alpha.0 |
| created_at | 2019-01-16 08:06:52.764504+00 |
| updated_at | 2024-02-10 18:33:35.345445+00 |
| description | FlatBuffers flatc command as API |
| homepage | https://github.com/frol/flatc-rust |
| repository | https://github.com/frol/flatc-rust |
| max_upload_size | |
| id | 108862 |
| size | 27,396 |
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).
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
at your option.