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
{{ message }}
This repository was archived by the owner on Apr 13, 2021. It is now read-only.
Using the u5 type for tag constants would clean up the code at
some places, but to achieve this a workaround for constructing
these constants would be necessary (since rust has no constexpr
functions yet).
All workarounds I see aren't worth it (unsafe or lazy_static).
0 commit comments