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
@Brezak I do like the flag approach as it feels far less awkward in my opinion. Not a huge fan of the duplicate code in the build.rs as it can be painful for people knowing that they need to sync up changes between that and main.rs, utils.rs etc.. Let me know your thoughts. Feel free to whip up a PR!
There are 2 ways this could be done:
I've tried to implement both solutions and the build script solution would require changing how imports are done since just including the context module essentially means having to include almost the entire project module hierarchy.
The text was updated successfully, but these errors were encountered: