Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rust] flatc instegration into build scripts (build.rs) #5124

Closed
frol opened this issue Jan 16, 2019 · 2 comments
Closed

[Rust] flatc instegration into build scripts (build.rs) #5124

frol opened this issue Jan 16, 2019 · 2 comments

Comments

@frol
Copy link
Contributor

frol commented Jan 16, 2019

I have released flatc-rust crate, which provides minimal programmatic interfaces to flatc CLI, which is useful for Cargo build scripts integration, thus making the development workflow consistent (i.e., you just use cargo build and the .fbs files are compiled to .rs transparently - example project).

Can I put some notes about flatc-rust into FlatBuffers documentation / tutorials?

@aardappel
Copy link
Collaborator

Ahh nice, that sounds very useful.

We typically don't explain external tools in the documentation itself, but adding a link to it would be good. Here https://google.github.io/flatbuffers/ we have a Useful documentation created by others, so maybe there could be a Useful tools created by others :)
Or maybe such a section specifically in the RustUsage.md.

@frol
Copy link
Contributor Author

frol commented Jan 17, 2019

@aardappel PRed #5127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants