Rust Macro for slightly simplifying flatbuffers #8739
AndrewOfC
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The building of messages in Rust tends to be a bit tedious. In part of wanting to up my Rust 'macro game' and make building messages a bit easier I came up with this macro:
Typically, you do something like this to build a piece of a message:
With this macro, you can do this instead:
Beta Was this translation helpful? Give feedback.
All reactions