You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
I have released
flatc-rust
crate, which provides minimal programmatic interfaces toflatc
CLI, which is useful for Cargo build scripts integration, thus making the development workflow consistent (i.e., you just usecargo build
and the.fbs
files are compiled to.rs
transparently - example project).Can I put some notes about
flatc-rust
into FlatBuffers documentation / tutorials?The text was updated successfully, but these errors were encountered: