flatc-rust

Crates.ioflatc-rust
lib.rsflatc-rust
version0.2.1-alpha.0
sourcesrc
created_at2019-01-16 08:06:52.764504
updated_at2024-02-10 18:33:35.345445
descriptionFlatBuffers flatc command as API
homepagehttps://github.com/frol/flatc-rust
repositoryhttps://github.com/frol/flatc-rust
max_upload_size
id108862
size27,396
Vlad Frolov (frol)

documentation

https://docs.rs/flatc-rust/*/flatc-rust

README

FlatBuffers flatc API for Rust crates.io 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.

Commit count: 19

cargo fmt