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
Currently, our message generation pipeline is quite complex. Its complex, mainly because Rust does not have a stable ABI, and wants to compile all of the source code and dependencies source code, when compiling a crate.
We need to start documenting all of the various repositories and their responsibilities as it pertains to our message generation, in one place, in this repo.
I have some local notes I can upload in a few days that could potentially be used as a starting point.
The text was updated successfully, but these errors were encountered:
maspe36
changed the title
Improved Message Generation Documentation
Improve Message Generation Documentation
May 13, 2024
There is a really nice starting point being added in #417. We should expand this to cover the various build tools and their responsibilities with actually building the generated rust message code.
Currently, our message generation pipeline is quite complex. Its complex, mainly because Rust does not have a stable ABI, and wants to compile all of the source code and dependencies source code, when compiling a crate.
We need to start documenting all of the various repositories and their responsibilities as it pertains to our message generation, in one place, in this repo.
I have some local notes I can upload in a few days that could potentially be used as a starting point.
The text was updated successfully, but these errors were encountered: