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
Motivation
Macros are notoriously slow at compile time to include, it'd be nice to remove the tradeoff for users
Solution
The uuid macro can be implemented with const fn (Playground). This makes the decision easier for users - just move the call to a const context.
If we wish, we can also have the uuid macro to force the parsing to be const.