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.