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
We should be able to shrink it to help the compiler. I'm not sure this will make a massive real world difference but I recon it's worth it for the increases debuggability too.
Changes:
Flatten imports instead of using full qualified path everything. Eg. use specta::internal::construct; at top.
Move more stuff into the macros runtime?
The text was updated successfully, but these errors were encountered:
We should be able to shrink it to help the compiler. I'm not sure this will make a massive real world difference but I recon it's worth it for the increases debuggability too.
Changes:
use specta::internal::construct;
at top.The text was updated successfully, but these errors were encountered: