- Notifications
You must be signed in to change notification settings - Fork12
FlatBuffers compiler (flatc) as API (with focus on transparent `.fbs` to `.rs` code-generation via Cargo build scripts integration)
License
Apache-2.0, MIT licenses found
Licenses found
frol/flatc-rust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This crate provides a programmatical way to invokeflatc
command (e.g. frombuild.rs
) to generate Rust (or, in fact, any other language) helpers to workwithFlatBuffers.
NOTE: You will still needflatc
utilityversion1.10.0+ installed (there arewindows binary releases,flatbuffers-compiler
package for Debian/Ubuntu,flatbuffers
packages forArch Linux andconda [Windows, Linux, MacOS]).
Please, refer to thedocumentation for usage instructionsand examples.
The design of the API was inspired byprotoc-rust,protoc, andcapnpc.
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT orhttp://opensource.org/licenses/MIT)
at your option.
About
FlatBuffers compiler (flatc) as API (with focus on transparent `.fbs` to `.rs` code-generation via Cargo build scripts integration)
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.