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, whenever build.rs is re-run, both lib.rsandmain.rs get rebuilt. It would be useful if there were some option to only rebuild main.rs after build.rs is rerun, not both. This wouldn't want to be the default behaviour, as most build scripts will affect content in lib.rs, but some will only affect main.rs, and an option for that would be nice.
This isn't that urgent, and it may not actually want to be built, but it would probably be useful.